Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sun, 29 Oct 2006 14:41:14 +0100 | Benoit Boissinot | revlog.size() fix handling of rev == -1 |
Sun, 29 Oct 2006 14:18:55 +0100 | Benoit Boissinot | use workingcontext.files() to detect if the repo is unclean |
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 |