Mon, 27 Nov 2006 22:22:44 +0100 |
Benoit Boissinot |
don't create the .hg/data at init time
|
Mon, 20 Nov 2006 19:55:59 +0100 |
Thomas Arendsen Hein |
Corrected "waiting for lock on repository FOO held by BAR" message.
|
Mon, 20 Nov 2006 19:41:49 +0100 |
Thomas Arendsen Hein |
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
|
Sun, 19 Nov 2006 16:32:36 -0600 |
Matt Mackall |
correct remote heads test in prepush
|
Sun, 19 Nov 2006 16:32:36 -0600 |
Matt Mackall |
reorder tests in prepush
|
Sat, 18 Nov 2006 19:44:42 -0200 |
Alexis S. L. Carvalho |
Revert almost all of 5be434785317; add a test
|
Wed, 15 Nov 2006 17:56:57 -0200 |
Alexis S. L. Carvalho |
don't use readline() to read branches.cache
|
Wed, 08 Nov 2006 11:28:33 -0800 |
Brendan Cully |
Export changelog dict in localrepo.commit
|
Tue, 07 Nov 2006 22:35:07 +0100 |
Thomas Arendsen Hein |
Fix accessing a repository via -R/--repository through a symlink.
|
Tue, 07 Nov 2006 21:43:19 +0100 |
Benoit Boissinot |
localrepo: factor commit and rawcommit
|
Tue, 07 Nov 2006 21:43:15 +0100 |
Benoit Boissinot |
localrepo.commit: little cleanups
|
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.
|
Fri, 27 Oct 2006 23:09:46 +0200 |
Thomas Arendsen Hein |
Merge with upstream
|
Fri, 27 Oct 2006 18:17:12 +0200 |
Thomas Arendsen Hein |
New UnexpectedOutput exception to catch server errors in localrepo.stream_in
|
Fri, 27 Oct 2006 11:24:10 -0500 |
Matt Mackall |
improve walk docstrings
|
Wed, 25 Oct 2006 18:45:18 +0200 |
Thomas Arendsen Hein |
Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
|
Tue, 24 Oct 2006 13:42:21 -0700 |
Brendan Cully |
Merge with mpm
|
Mon, 23 Oct 2006 23:32:56 -0300 |
Alexis S. L. Carvalho |
Split branchtags into two additional functions.
|
Tue, 24 Oct 2006 13:46:04 -0500 |
Matt Mackall |
Merge with crew
|
Thu, 19 Oct 2006 14:16:51 +0200 |
Benoit Boissinot |
use xrange instead of range
|
Mon, 23 Oct 2006 17:12:20 -0500 |
Matt Mackall |
localrepo: add separate methods for manipulating repository data
|
Wed, 18 Oct 2006 22:38:23 -0500 |
Matt Mackall |
Minor tags optimization
|
Wed, 18 Oct 2006 14:14:59 -0500 |
Matt Mackall |
Use file contexts in tags code
|
Wed, 18 Oct 2006 11:44:56 -0500 |
Matt Mackall |
Only look up tags and branches as a last resort
|
Wed, 18 Oct 2006 10:46:51 -0500 |
Matt Mackall |
If we can't write the branch cache, fail quietly.
|
Wed, 18 Oct 2006 09:26:23 +0200 |
Benoit Boissinot |
invalidate the branch cache when sanity check fails
|
Sat, 09 Sep 2006 18:25:07 -0700 |
Eric Hopper |
Stop erroring out pull -r and clone -r if repository isn't local.
|
Wed, 18 Oct 2006 02:08:33 -0500 |
Matt Mackall |
Improve branch cache sanity check for mq
|
Tue, 17 Oct 2006 22:26:14 -0500 |
Matt Mackall |
commit: read branch with workingctx
|