emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git mirrors


From: Óscar Fuentes
Subject: Re: Git mirrors
Date: Thu, 13 Oct 2011 01:37:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

John Wiegley <address@hidden> writes:

>>>>>> Óscar Fuentes <address@hidden> writes:
>
>> As mentioned on my previous post, do a `bzr log --show-ids' and harvest the
>> revision numbers and revision ids from there. Here, a single `bzr
>> revision-info ...' takes 8 seconds, but a full `bzr log --show-ids' takes
>> only 30. Add a few seconds more for retrieving the numbers/ids, and you are
>> done in less than a minute (which still seems a lot to me, but YMMV)
>
> Great, this will do it.  Just give me a few hours to get the new file up.

Well, if you wish to follow that route, this is the actual command you
should use:

bzr log --show-ids -n 0

Without the `-n 0', the output only includes the leftmost part of the
DAG.

With this command:

bzr log --show-ids -n 0 --short

the number of emitted lines is halved, but it executes about 15%
*slower* and the format is different, not necessarily more difficult to
parse.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]