log

age author description
Sun, 17 Dec 2006 21:48:22 -0600 Matt Mackall Sync with -stable
Sun, 17 Dec 2006 18:45:46 -0800 Brendan Cully demandimport: blacklist _hashlib again (imported in ImportError try block)
Sun, 17 Dec 2006 18:34:42 -0800 Brendan Cully demandimport: handle already-loaded nested modules in subload
Sun, 17 Dec 2006 19:17:18 -0600 Matt Mackall Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Sun, 17 Dec 2006 19:02:33 -0600 Matt Mackall Added tag 0.9.3 for changeset 27230c29bfec
Sun, 17 Dec 2006 05:00:22 +0100 Benoit Boissinot fix calculation of new heads added during push with -r 0.9.3
Sun, 17 Dec 2006 15:00:56 -0600 Matt Mackall Merge with crew
Sun, 17 Dec 2006 14:56:12 -0600 Matt Mackall demandimport: fix import x.y.z as a when x.y is already imported.
Sat, 16 Dec 2006 23:36:06 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 16 Dec 2006 23:33:24 +0100 Thomas Arendsen Hein Adjust test-help output for the change in 3c82ab166eea.
Sat, 16 Dec 2006 23:24:30 +0100 Thomas Arendsen Hein Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Sat, 16 Dec 2006 20:18:36 -0200 Alexis S. L. Carvalho convert-repo: update usage information
Sat, 16 Dec 2006 23:11:16 +0100 Thomas Arendsen Hein Make 'hg sign' behave like other commands: Default to current parent.
Sat, 16 Dec 2006 22:58:10 +0100 Thomas Arendsen Hein doc fix: hg tags defaults to current parent revision, too.
Sat, 16 Dec 2006 22:33:39 +0100 Thomas Arendsen Hein doc string fix: hg cat and manifest default to current parent revision.
Sat, 16 Dec 2006 22:13:56 +0100 Thomas Arendsen Hein Using --date "" isn't possible, so don't document epoch. (see issue447)
Sat, 16 Dec 2006 14:51:22 -0600 Matt Mackall Merge with stable
Sat, 16 Dec 2006 14:41:34 -0600 Matt Mackall convert-repo: avoid adding bogus value to shamap on tag update
Sat, 16 Dec 2006 14:35:14 -0600 Matt Mackall convert-repo: fix recoding of committer
Sat, 16 Dec 2006 14:40:55 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 16 Dec 2006 13:57:37 +0100 Thomas Arendsen Hein Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Sat, 16 Dec 2006 13:54:23 +0100 Thomas Arendsen Hein Regenerate hg.1 manpage if help text in help.py changes.
Sat, 16 Dec 2006 02:51:16 -0200 Alexis S. L. Carvalho merge with crew-stable
Sat, 16 Dec 2006 02:38:18 -0200 Alexis S. L. Carvalho util.system: fix quoting on windows
Sat, 16 Dec 2006 02:21:46 -0200 Alexis S. L. Carvalho templater.py: fix obfuscate
Fri, 15 Dec 2006 20:16:20 -0800 Brendan Cully Make demandimport pass all tests on python2.5.
Fri, 15 Dec 2006 18:38:09 -0800 Brendan Cully Merge with crew-stable
Fri, 15 Dec 2006 23:19:12 +0100 Benoit Boissinot fix strip on windows
Fri, 15 Dec 2006 19:30:20 +0100 Thomas Arendsen Hein Don't use node length for calculating revision number length.
Fri, 15 Dec 2006 19:09:10 +0100 Thomas Arendsen Hein Make sequence number on hg export start at 1 (as documented for %n). Add test.