Emacs Bazaar Repository II
Jason Earl
jearl at notengoamigos.org
Wed Oct 22 21:50:38 BST 2008
Christian Faulhammer <opfer at gentoo.org> writes:
> Hi,
>
> Daniel Clemente <dcl441-bugs at yahoo.com>:
>
>> The operation I use most is „log“: to see what's new, or if
>> something was included or not, or when, or who did what when, etc. I
>> have tested this second repository and also the first one. I used
>> today's bzr (rev. 3788) and did several successive tests until the
>> results stabilised.
>
> Which bzr version are you using? 1.8 improved log performance
> according to the release notes.
>
> V-Li
I'm using bzr.dev and I get similar numbers for trunk on the emacs
repository. Of course, this is on an underpowered laptop, but I still
have a hard time waiting over a minute for log information.
time bzr log > /dev/null
real 2m7.347s
user 1m52.223s
sys 0m1.152s
Even worse, just getting the last 10 revisions is also ridiculously
slow.
time bzr log -r -10.. > /dev/null
real 1m5.250s
user 0m59.520s
sys 0m0.320s
I didn't want to pile on with this particular complaint, as I know that
it has been brought up before, but bzr log is really really slow on
repositories with as many revisions as Emacs has.
I really like bzr's log output, as it makes the branch merging very
clear, but I really wish I knew of a sensible way to just get the last
few changes on a branch.
Jason Earl
More information about the bazaar
mailing list