[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Bazaar repository
From: |
David Kastrup |
Subject: |
Re: Emacs Bazaar repository |
Date: |
Fri, 14 Mar 2008 14:35:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
John Arbash Meinel <address@hidden> writes:
> The biggest reason 'bzr log' is slow is because we spend some time
> analyzing the ancestry to give a "pretty" view, while git/hg do not.
git most certainly does.
> Specifically, when you do "bzr log" we traverse the ancestry to figure
> out when revisions were merged, etc.
What makes you think git doesn't?
> I believe plain "git log" just starts outputting the revisions as it
> encounters them, and "hg log" also outputs them as they are stored.
git has a large variety of options for selecting order and subset and
relation of what to output to the log.
It is still fast, even while doing rename/copying detection on the fly.
> (I believe 'git log' defaults to showing the log based on a local sort
> by date. Neither one tries to figure out that A1 and A2 were merged
> into tip, which is another step that 'bzr log' does.)
I suggest you actually check your beliefs against the actual program.
"The reason the other software is faster must be because it sucks in
comparison to ours." is a fallacy. git has been developed by a set of
kernel-savvy developers working on a large code base with a necessity
for high speed (Linus merges several hundred patches from different
repositories daily).
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: Emacs Bazaar repository, (continued)
- Re: Emacs Bazaar repository, Andreas Schwab, 2008/03/14
- Re: Emacs Bazaar repository, James Westby, 2008/03/14
- Re: Emacs Bazaar repository, Matthieu Moy, 2008/03/14
- Re: Emacs Bazaar repository, Andreas Schwab, 2008/03/14
- Re: Emacs Bazaar repository, Matthieu Moy, 2008/03/14
- Re: Emacs Bazaar repository, Nicholas Allen, 2008/03/14
- Re: Emacs Bazaar repository, David Kastrup, 2008/03/14
- Re: Emacs Bazaar repository, Daniel Mark Watkins, 2008/03/14
- Re: Emacs Bazaar repository, David Allouche, 2008/03/14
- Re: Emacs Bazaar repository, James Westby, 2008/03/14
- Re: Emacs Bazaar repository,
David Kastrup <=
- Re: Emacs Bazaar repository, James Westby, 2008/03/14
- Re: Emacs Bazaar repository, David Kastrup, 2008/03/14
- Re: Emacs Bazaar repository, James Westby, 2008/03/14
- Re: Emacs Bazaar repository, Stephen J. Turnbull, 2008/03/14
- Re: Emacs Bazaar repository, James Westby, 2008/03/15
- Re: Emacs Bazaar repository, James Westby, 2008/03/15
- Re: Emacs Bazaar repository, Nicholas Allen, 2008/03/14
- Re: Emacs Bazaar repository, Stephen J. Turnbull, 2008/03/14
- Re: Emacs Bazaar repository, Matthieu Moy, 2008/03/17
- Re: Emacs Bazaar repository, Sergei Organov, 2008/03/17