Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 29 Oct 2006 13:08:10 +0100 | Benoit Boissinot | allow update to switch to a different branch if the repo is clean |
Sun, 29 Oct 2006 10:55:38 +0100 | Thomas Arendsen Hein | Explicitly use REVLOGV0 instead of 0 in bundlerepo. |
Sun, 29 Oct 2006 10:53:51 +0100 | Thomas Arendsen Hein | Define and use nullrev (revision of nullid) instead of -1. |
Sat, 28 Oct 2006 23:37:59 -0300 | Alexis S. L. Carvalho | Correct optimization from 3464f5e77f34; add a test. |
Sat, 28 Oct 2006 20:21:59 -0300 | Alexis S. L. Carvalho | log speedup: don't call revlog.node if we don't have to |
Sat, 28 Oct 2006 20:21:57 -0300 | Alexis S. L. Carvalho | log speedup: use list.extend to avoid an explicit loop |
Sat, 28 Oct 2006 20:21:56 -0300 | Alexis S. L. Carvalho | log speedup: use parentrevs in log and changeset_printer.show |