Wed, 13 Dec 2006 13:27:09 -0600 Replace demandload with new demandimport
Matt Mackall <mpm@selenic.com> [Wed, 13 Dec 2006 13:27:09 -0600] rev 3877
Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Remove deprecated old-style branch support
Matt Mackall <mpm@selenic.com> [Tue, 12 Dec 2006 18:16:23 -0600] rev 3876
Remove deprecated old-style branch support
Tue, 12 Dec 2006 17:52:33 -0600 Fix copy detection corner case
Matt Mackall <mpm@selenic.com> [Tue, 12 Dec 2006 17:52:33 -0600] rev 3875
Fix copy detection corner case We were aborting if the copied from rev was before the cut-off limit, rather than the copied _to_ rev. The copied from rev can be arbitrarily old.
Tue, 12 Dec 2006 12:40:51 -0800 mq: fix qheader without args when guards are applied after qtop
Brendan Cully <brendan@kublai.com> [Tue, 12 Dec 2006 12:40:51 -0800] rev 3874
mq: fix qheader without args when guards are applied after qtop
Tue, 12 Dec 2006 19:11:01 +0100 Fix test output for test-mq-guards (changed by 22d18051f9e5)
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 12 Dec 2006 19:11:01 +0100] rev 3873
Fix test output for test-mq-guards (changed by 22d18051f9e5)
Tue, 12 Dec 2006 11:39:05 +0100 fix MANIFEST generation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 12 Dec 2006 11:39:05 +0100] rev 3872
fix MANIFEST generation
Mon, 11 Dec 2006 16:40:42 -0800 mq: auto-ignore guards in qinit -c
Brendan Cully <brendan@kublai.com> [Mon, 11 Dec 2006 16:40:42 -0800] rev 3871
mq: auto-ignore guards in qinit -c
Mon, 11 Dec 2006 16:32:45 -0800 mq: fix explain_pushable for negative guards
Brendan Cully <brendan@kublai.com> [Mon, 11 Dec 2006 16:32:45 -0800] rev 3870
mq: fix explain_pushable for negative guards
Mon, 11 Dec 2006 18:09:52 +0100 Add instructions how to redo/finish failed merge with local working directory.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Dec 2006 18:09:52 +0100] rev 3869
Add instructions how to redo/finish failed merge with local working directory. b2ae81a7df29 already implemented this for branch merges.
Mon, 11 Dec 2006 14:30:50 +0100 hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts:
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 11 Dec 2006 14:30:50 +0100] rev 3868
hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: - "import os" was missing in hgwebdir.cgi, added to comments for both script. - HGENCODING has to be set before importing hgweb, otherwise you'll get mixed encoding in changelog vs. file content/diffs. - "import sys" is only needed when changing sys.path - document purpose of cgitb.
Sun, 10 Dec 2006 20:08:16 -0600 Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 20:08:16 -0600] rev 3867
Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
Sun, 10 Dec 2006 19:33:19 -0600 Added tag 0.9.2 for changeset 36a957364b1b
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 19:33:19 -0600] rev 3866
Added tag 0.9.2 for changeset 36a957364b1b
Sun, 10 Dec 2006 19:20:35 -0600 Make make dist a bit quieter 0.9.2
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 19:20:35 -0600] rev 3865
Make make dist a bit quieter
Sun, 10 Dec 2006 19:16:38 -0600 Automatically build MANIFEST for make dist
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 19:16:38 -0600] rev 3864
Automatically build MANIFEST for make dist
Sun, 10 Dec 2006 17:41:07 -0600 Remove hard-coded version numbers and release notes from packaging
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 17:41:07 -0600] rev 3863
Remove hard-coded version numbers and release notes from packaging
Sun, 10 Dec 2006 20:35:28 -0200 Use UTF-8 in .hg/branch
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 10 Dec 2006 20:35:28 -0200] rev 3862
Use UTF-8 in .hg/branch
Sun, 10 Dec 2006 23:03:53 +0100 Indicate the purpose of the dummy changelog file in itself.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 10 Dec 2006 23:03:53 +0100] rev 3861
Indicate the purpose of the dummy changelog file in itself. Otherwise people getting an error message with an old installation might wonder why this file is corrupted.
Sun, 10 Dec 2006 21:53:01 +0100 fix reserved char on windows, '[]+' are allowed
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 21:53:01 +0100] rev 3860
fix reserved char on windows, '[]+' are allowed
Sun, 10 Dec 2006 19:41:57 +0100 fix errors spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 19:41:57 +0100] rev 3859
fix errors spotted by pychecker
Sun, 10 Dec 2006 16:24:21 +0100 debuginstall: fix an incorrect variable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 16:24:21 +0100] rev 3858
debuginstall: fix an incorrect variable
Mon, 20 Nov 2006 23:37:21 +0100 Uniformisation of commit help for -m and -l.
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Mon, 20 Nov 2006 23:37:21 +0100] rev 3857
Uniformisation of commit help for -m and -l. Addition of the -m and -l options for hg import. 'hg tag' still lacks the --logfile option which short form conflicts with its --local option.
Sun, 10 Dec 2006 14:39:51 +0100 streamclone: remove unnecessary test, pconvert names
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 14:39:51 +0100] rev 3856
streamclone: remove unnecessary test, pconvert names
Sun, 10 Dec 2006 12:46:47 +0100 debuginstall: fix a copy/paste error
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 12:46:47 +0100] rev 3855
debuginstall: fix a copy/paste error
Sun, 10 Dec 2006 02:11:02 -0600 Merge Benoit's .hg/store support
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 02:11:02 -0600] rev 3854
Merge Benoit's .hg/store support
Fri, 01 Dec 2006 13:34:09 +0100 switch to the .hg/store layout, fix the tests
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 01 Dec 2006 13:34:09 +0100] rev 3853
switch to the .hg/store layout, fix the tests
Sun, 10 Dec 2006 00:07:02 +0100 create the encode and decode functions for the store
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:07:02 +0100] rev 3852
create the encode and decode functions for the store
Sun, 10 Dec 2006 00:06:59 +0100 add "requires" file to the repo, specifying the requirements
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:59 +0100] rev 3851
add "requires" file to the repo, specifying the requirements
Sun, 10 Dec 2006 00:06:45 +0100 move code around
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:45 +0100] rev 3850
move code around
Sun, 10 Dec 2006 00:06:43 +0100 don't use localrepo.__init__ to create the dest repo with clone+hardlinks
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 10 Dec 2006 00:06:43 +0100] rev 3849
don't use localrepo.__init__ to create the dest repo with clone+hardlinks
Sun, 10 Dec 2006 01:05:00 -0600 Add some remedies and a username check to debuginstall
Matt Mackall <mpm@selenic.com> [Sun, 10 Dec 2006 01:05:00 -0600] rev 3848
Add some remedies and a username check to debuginstall
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip