[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Abolishing ChangeLog files
From: |
Dmitry Gutov |
Subject: |
Re: Abolishing ChangeLog files |
Date: |
Thu, 28 Mar 2013 21:20:44 +0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
>> From: Stefan Monnier <address@hidden>
>> Date: Thu, 28 Mar 2013 08:41:25 -0400
>>
>> > Because bzr log take ages to popup, I guess it is one reason you relay
>> > on changelog files.
>>
>> Agreed. Commit logs are much more useful in Git where they show up much
>> more quickly.
>
> Not here:
>
> D:\gnu\bzr\emacs\trunk>timep bzr log --line -l5000 > nul
>
> real 00h00m00.921s
> user 00h00m00.875s
> sys 00h00m00.062s
>
> $ time git log --oneline -n5000 > /dev/null
>
> real 0m0.218s
> user 0m0.015s
> sys 0m0.015s
>
> I hope you at least won't claim that 900 msec is "much more quickly"
> than 200 msec. (Not that anyone should ever need to look at 5000
> revisions.)
Your conclusion here seems to be the reverse of what the command output
shows (900ms for Bazaar and 200ms for Git).
In my experience, Bzr is especially slow when showing log for a subtree
or a specific file.
- Re: Abolishing ChangeLog files (was: On the subject of Git, Bazaar, and the future of Emacs development), (continued)
- Re: Abolishing ChangeLog files (was: On the subject of Git, Bazaar, and the future of Emacs development), Carsten Dominik, 2013/03/28
- Re: Abolishing ChangeLog files (was: On the subject of Git, Bazaar, and the future of Emacs development), Alan Mackenzie, 2013/03/28
- Re: Abolishing ChangeLog files, David Engster, 2013/03/28
- Re: Abolishing ChangeLog files, Steve Youngs, 2013/03/28
- Re: Abolishing ChangeLog files, Thierry Volpiatto, 2013/03/28
- Re: Abolishing ChangeLog files, John Wiegley, 2013/03/28
- Re: Abolishing ChangeLog files, Steve Youngs, 2013/03/28
- Re: Abolishing ChangeLog files, Stefan Monnier, 2013/03/28
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/28
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/28
- Re: Abolishing ChangeLog files,
Dmitry Gutov <=
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/28
- Re: Abolishing ChangeLog files, Dmitry Gutov, 2013/03/28
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/28
- Re: Abolishing ChangeLog files, Dmitry Gutov, 2013/03/28
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/29
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/29
- Re: Abolishing ChangeLog files, Thierry Volpiatto, 2013/03/29
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/29
- Re: Abolishing ChangeLog files, Stephen J. Turnbull, 2013/03/29
- Re: Abolishing ChangeLog files, Eli Zaretskii, 2013/03/29