[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Abolishing ChangeLog files
From: |
Eli Zaretskii |
Subject: |
Re: Abolishing ChangeLog files |
Date: |
Thu, 28 Mar 2013 18:34:41 +0200 |
> 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.)
- Re: Abolishing ChangeLog files, (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 <=
- 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/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