Tue, 19 Dec 2006 08:59:41 -0600 writebundle: overwrite existing bundle file
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:59:41 -0600] rev 3932
writebundle: overwrite existing bundle file
Tue, 19 Dec 2006 08:58:56 -0600 incoming/outgoing: return failure if no changes found
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:58:56 -0600] rev 3931
incoming/outgoing: return failure if no changes found
Mon, 18 Dec 2006 12:22:43 -0800 Add revlog.LookupError exception, and use it instead of RevlogError.
Brendan Cully <brendan@kublai.com> [Mon, 18 Dec 2006 12:22:43 -0800] rev 3930
Add revlog.LookupError exception, and use it instead of RevlogError. Remove repo.LookupError, which devolves to the revlog version.
Sun, 17 Dec 2006 22:16:57 -0600 Add some modules to the demandimport ignore list for Windows
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 22:16:57 -0600] rev 3929
Add some modules to the demandimport ignore list for Windows
Sun, 17 Dec 2006 21:48:22 -0600 Sync with -stable
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 21:48:22 -0600] rev 3928
Sync with -stable
Sun, 17 Dec 2006 19:17:18 -0600 Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:17:18 -0600] rev 3927
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Sun, 17 Dec 2006 19:02:33 -0600 Added tag 0.9.3 for changeset 27230c29bfec
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:02:33 -0600] rev 3926
Added tag 0.9.3 for changeset 27230c29bfec
Sun, 17 Dec 2006 05:00:22 +0100 fix calculation of new heads added during push with -r 0.9.3
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 17 Dec 2006 05:00:22 +0100] rev 3925
fix calculation of new heads added during push with -r fix issue450
Sun, 17 Dec 2006 18:45:46 -0800 demandimport: blacklist _hashlib again (imported in ImportError try block)
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:45:46 -0800] rev 3924
demandimport: blacklist _hashlib again (imported in ImportError try block)
Sun, 17 Dec 2006 18:34:42 -0800 demandimport: handle already-loaded nested modules in subload
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:34:42 -0800] rev 3923
demandimport: handle already-loaded nested modules in subload
Sun, 17 Dec 2006 15:00:56 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 15:00:56 -0600] rev 3922
Merge with crew
Sun, 17 Dec 2006 14:56:12 -0600 demandimport: fix import x.y.z as a when x.y is already imported.
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 14:56:12 -0600] rev 3921
demandimport: fix import x.y.z as a when x.y is already imported.
Sat, 16 Dec 2006 14:51:22 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:51:22 -0600] rev 3920
Merge with stable
Sat, 16 Dec 2006 23:36:06 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:36:06 +0100] rev 3919
merge with crew-stable
Sat, 16 Dec 2006 23:33:24 +0100 Adjust test-help output for the change in 3c82ab166eea.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:33:24 +0100] rev 3918
Adjust test-help output for the change in 3c82ab166eea.
Sat, 16 Dec 2006 23:24:30 +0100 Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:24:30 +0100] rev 3917
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Sat, 16 Dec 2006 20:18:36 -0200 convert-repo: update usage information
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 20:18:36 -0200] rev 3916
convert-repo: update usage information
Sat, 16 Dec 2006 23:11:16 +0100 Make 'hg sign' behave like other commands: Default to current parent.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:11:16 +0100] rev 3915
Make 'hg sign' behave like other commands: Default to current parent.
Sat, 16 Dec 2006 22:58:10 +0100 doc fix: hg tags defaults to current parent revision, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:58:10 +0100] rev 3914
doc fix: hg tags defaults to current parent revision, too. Additionally use better language for the help text for tag, cat and manifest.
Sat, 16 Dec 2006 22:33:39 +0100 doc string fix: hg cat and manifest default to current parent revision.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:33:39 +0100] rev 3913
doc string fix: hg cat and manifest default to current parent revision.
Sat, 16 Dec 2006 22:13:56 +0100 Using --date "" isn't possible, so don't document epoch. (see issue447)
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:13:56 +0100] rev 3912
Using --date "" isn't possible, so don't document epoch. (see issue447)
Sat, 16 Dec 2006 14:41:34 -0600 convert-repo: avoid adding bogus value to shamap on tag update
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:41:34 -0600] rev 3911
convert-repo: avoid adding bogus value to shamap on tag update
Sat, 16 Dec 2006 14:35:14 -0600 convert-repo: fix recoding of committer
Matt Mackall <mpm@selenic.com> [Sat, 16 Dec 2006 14:35:14 -0600] rev 3910
convert-repo: fix recoding of committer
Sat, 16 Dec 2006 14:40:55 +0100 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 14:40:55 +0100] rev 3909
merge with crew-stable
Sat, 16 Dec 2006 13:57:37 +0100 Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 13:57:37 +0100] rev 3908
Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Sat, 16 Dec 2006 13:54:23 +0100 Regenerate hg.1 manpage if help text in help.py changes.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 13:54:23 +0100] rev 3907
Regenerate hg.1 manpage if help text in help.py changes.
Sat, 16 Dec 2006 02:51:16 -0200 merge with crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:51:16 -0200] rev 3906
merge with crew-stable
Sat, 16 Dec 2006 02:38:18 -0200 util.system: fix quoting on windows
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:38:18 -0200] rev 3905
util.system: fix quoting on windows
Sat, 16 Dec 2006 02:21:46 -0200 templater.py: fix obfuscate
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 02:21:46 -0200] rev 3904
templater.py: fix obfuscate
Fri, 15 Dec 2006 20:16:20 -0800 Make demandimport pass all tests on python2.5.
Brendan Cully <brendan@kublai.com> [Fri, 15 Dec 2006 20:16:20 -0800] rev 3903
Make demandimport pass all tests on python2.5.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip