Thomas Arendsen Hein <thomas@intevation.de> [Tue, 19 Dec 2006 15:37:10 +0100] rev 3943
purge extension doesn't need "#!/usr/bin/env python".
(from the Debian package: deb_specific__hgpurge.py.patch)
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 17:14:45 -0800] rev 3942
hgweb: simple tests
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 17:03:34 -0800] rev 3941
hgweb: add raw manifest template
"Andrei Vermel <avermel@mail.ru>" [Fri, 15 Dec 2006 10:32:57 +0300] rev 3940
hgk - fix CR issues on windows
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 17:04:07 -0600] rev 3939
Update convert-repo usage comments
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 16:31:46 -0600] rev 3938
convert-repo: add some smarts
autodetect source and destination repo types
autodetect read and write capabilities of converters
default destination directory (<src>-hg)
default map file (<dest>/.hg/shamap)
more verbose by default
add a -q switch
add IO functions
Matt Mackall <mpm@selenic.com> [Wed, 20 Dec 2006 13:11:35 -0600] rev 3937
Merge with crew
Brendan Cully <brendan@kublai.com> [Tue, 19 Dec 2006 16:40:09 -0800] rev 3936
Teach hgweb about revlog.LookupError
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 17:17:08 -0600] rev 3935
Move README info to wiki
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 16:38:14 -0600] rev 3934
Move test suite docs to the wiki
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 16:37:45 -0600] rev 3933
hg in: if no incoming csets, remove existing bundle
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:59:41 -0600] rev 3932
writebundle: overwrite existing bundle file
Matt Mackall <mpm@selenic.com> [Tue, 19 Dec 2006 08:58:56 -0600] rev 3931
incoming/outgoing: return failure if no changes found
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.
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
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 21:48:22 -0600] rev 3928
Sync with -stable
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:45:46 -0800] rev 3927
demandimport: blacklist _hashlib again (imported in ImportError try block)
Brendan Cully <brendan@kublai.com> [Sun, 17 Dec 2006 18:34:42 -0800] rev 3926
demandimport: handle already-loaded nested modules in subload
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:17:18 -0600] rev 3925
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 19:02:33 -0600] rev 3924
Added tag 0.9.3 for changeset 27230c29bfec
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 17 Dec 2006 05:00:22 +0100] rev 3923
fix calculation of new heads added during push with -r
fix issue450
Matt Mackall <mpm@selenic.com> [Sun, 17 Dec 2006 15:00:56 -0600] rev 3922
Merge with crew
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.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:36:06 +0100] rev 3920
merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:33:24 +0100] rev 3919
Adjust test-help output for the change in 3c82ab166eea.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:24:30 +0100] rev 3918
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 16 Dec 2006 20:18:36 -0200] rev 3917
convert-repo: update usage information
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 23:11:16 +0100] rev 3916
Make 'hg sign' behave like other commands: Default to current parent.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:58:10 +0100] rev 3915
doc fix: hg tags defaults to current parent revision, too.
Additionally use better language for the help text for tag,
cat and manifest.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 16 Dec 2006 22:33:39 +0100] rev 3914
doc string fix: hg cat and manifest default to current parent revision.