Thu, 11 Mar 2010 18:49:14 +0100 keyword: remove deprecated options
Christian Ebert <blacktrash@gmx.net> [Thu, 11 Mar 2010 18:49:14 +0100] rev 10652
keyword: remove deprecated options
Thu, 11 Mar 2010 17:43:44 +0100 style: use consistent variable names (*mod) with imports which would shadow
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 11 Mar 2010 17:43:44 +0100] rev 10651
style: use consistent variable names (*mod) with imports which would shadow
Thu, 11 Mar 2010 15:52:17 +0100 archive: autodetect archive type by extension (issue2058)
David Wolever <david@wolever.net> [Thu, 11 Mar 2010 15:52:17 +0100] rev 10650
archive: autodetect archive type by extension (issue2058)
Thu, 11 Mar 2010 15:38:35 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 11 Mar 2010 15:38:35 +0100] rev 10649
merge with stable
Thu, 11 Mar 2010 15:32:24 +0100 tests: use external coverage, mandate newer version stable
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 15:32:24 +0100] rev 10648
tests: use external coverage, mandate newer version This removes the option for including the stdlib in coverage reports.
Thu, 11 Mar 2010 09:11:01 -0500 churn: use ui.progress instead of --progress
Eric Eisner <ede@mit.edu> [Thu, 11 Mar 2010 09:11:01 -0500] rev 10647
churn: use ui.progress instead of --progress
Tue, 09 Mar 2010 21:53:16 -0500 rebase: improve help text stable
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:53:16 -0500] rev 10646
rebase: improve help text - add a paragraph about default dest/source changesets - option help: say "changeset" not "revision" - option help: explain -b/--base better - clarify that -a/--abort and -c/--continue are different from the other options
Thu, 11 Mar 2010 14:56:15 +0100 commands: remove extra indentation from list in help text stable
Martin Geisler <mg@lazybytes.net> [Thu, 11 Mar 2010 14:56:15 +0100] rev 10645
commands: remove extra indentation from list in help text
Thu, 11 Mar 2010 13:33:29 +0100 server: initialize wsgi app in command, then wrap server around it
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:33:29 +0100] rev 10644
server: initialize wsgi app in command, then wrap server around it
Thu, 11 Mar 2010 13:32:43 +0100 server: unnest server classes into module namespace
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:32:43 +0100] rev 10643
server: unnest server classes into module namespace
Thu, 11 Mar 2010 13:32:26 +0100 server: pass wsgi application to server (no need for non-local var)
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:32:26 +0100] rev 10642
server: pass wsgi application to server (no need for non-local var)
Thu, 11 Mar 2010 13:31:37 +0100 server: abstract setup of ipv6 vs. normal server
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:31:37 +0100] rev 10641
server: abstract setup of ipv6 vs. normal server
Thu, 11 Mar 2010 13:30:52 +0100 server: handle server-internal config setup inside server class
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:30:52 +0100] rev 10640
server: handle server-internal config setup inside server class
Thu, 11 Mar 2010 13:28:39 +0100 server: externalize and streamline mixin setup
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 13:28:39 +0100] rev 10639
server: externalize and streamline mixin setup
Thu, 11 Mar 2010 11:21:48 +0100 server: externalize application creation
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Thu, 11 Mar 2010 11:21:48 +0100] rev 10638
server: externalize application creation
Thu, 11 Mar 2010 10:06:01 +0200 commands: document and test hg clone update priority stable
timeless <timeless@gmail.com> [Thu, 11 Mar 2010 10:06:01 +0200] rev 10637
commands: document and test hg clone update priority
Tue, 09 Mar 2010 21:53:16 -0500 rebase: improve help text
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:53:16 -0500] rev 10636
rebase: improve help text - add a paragraph about default dest/source changesets - option help: say "changeset" not "revision" - option help: explain -b/--base better - clarify that -a/--abort and -c/--continue are different from the other options
Wed, 10 Mar 2010 22:27:42 +0100 serve: fix port config
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 22:27:42 +0100] rev 10635
serve: fix port config
Wed, 10 Mar 2010 22:07:38 +0100 merge with other head, will show bug in hg serve
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 10 Mar 2010 22:07:38 +0100] rev 10634
merge with other head, will show bug in hg serve
Wed, 10 Mar 2010 22:05:41 +0100 test-serve: Show if port config and option are correctly used
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 10 Mar 2010 22:05:41 +0100] rev 10633
test-serve: Show if port config and option are correctly used this will break in d3f27d15c9cb
Wed, 10 Mar 2010 21:35:38 +0100 drop (default: 8000), non-zero default is automatically added to help
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 10 Mar 2010 21:35:38 +0100] rev 10632
drop (default: 8000), non-zero default is automatically added to help
Wed, 10 Mar 2010 21:21:15 +0100 make expression shorter, now the line fits into 80 chars
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 10 Mar 2010 21:21:15 +0100] rev 10631
make expression shorter, now the line fits into 80 chars
Wed, 10 Mar 2010 21:14:24 +0100 serve: fix options recording, trailing whitespace
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 21:14:24 +0100] rev 10630
serve: fix options recording, trailing whitespace
Wed, 10 Mar 2010 10:51:37 -0800 serve: allow --port=0 to specify "server chooses the port number"
Bryan O'Sullivan <bos@serpentine.com> [Wed, 10 Mar 2010 10:51:37 -0800] rev 10629
serve: allow --port=0 to specify "server chooses the port number"
Wed, 10 Mar 2010 12:38:33 +0100 rebase: improve output of hg pull --rebase (issue2072)
Sune Foldager <cryo@cyanite.org> [Wed, 10 Mar 2010 12:38:33 +0100] rev 10628
rebase: improve output of hg pull --rebase (issue2072)
Wed, 10 Mar 2010 09:52:16 +0100 shrink-revlog: factor out postorder algorithm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:52:16 +0100] rev 10627
shrink-revlog: factor out postorder algorithm
Wed, 10 Mar 2010 09:51:07 +0100 shrink-revlog: factor out suboptimal computation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:51:07 +0100] rev 10626
shrink-revlog: factor out suboptimal computation
Wed, 10 Mar 2010 09:48:15 +0100 shrink-revlog: remove branchsort algorithm (it behaves poorly)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:48:15 +0100] rev 10625
shrink-revlog: remove branchsort algorithm (it behaves poorly)
Tue, 09 Mar 2010 21:25:37 -0500 shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:25:37 -0500] rev 10624
shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Tue, 09 Mar 2010 21:22:01 -0500 shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:22:01 -0500] rev 10623
shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts. Based on a patch by Benoit Boissinot, adapted to the pluggable sort algorithm design. toposort_reversepostorder() is a very good performer; it's designed to recreate what the revlog would have looked like if Mercurial had parent deltas now. toposort_postorderreverse() is unstable and very inconsistent, but perhaps with some work it could be made better.
Thu, 25 Feb 2010 09:16:39 -0500 shrink-revlog: add --sort option for user-selectable toposort algorithm.
Greg Ward <greg-hg@gerg.ca> [Thu, 25 Feb 2010 09:16:39 -0500] rev 10622
shrink-revlog: add --sort option for user-selectable toposort algorithm.
Tue, 09 Mar 2010 21:30:19 -0500 shrink-revlog: rename some local variables for consistency.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:30:19 -0500] rev 10621
shrink-revlog: rename some local variables for consistency.
Tue, 09 Mar 2010 21:13:39 -0500 shrink-revlog: instrument sort code to record statistics.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:13:39 -0500] rev 10620
shrink-revlog: instrument sort code to record statistics. Notably, count "suboptimal" nodes (predecessor is not first parent) and (with -v) report them at the end of the run.
Tue, 09 Mar 2010 22:18:37 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 09 Mar 2010 22:18:37 +0100] rev 10619
Merge with crew-stable
Tue, 09 Mar 2010 22:11:43 +0100 convert: handle svn tree with empty roots (issue2079) stable
Patrick Mezard <pmezard@gmail.com> [Tue, 09 Mar 2010 22:11:43 +0100] rev 10618
convert: handle svn tree with empty roots (issue2079)
Tue, 09 Mar 2010 20:47:35 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 20:47:35 +0100] rev 10617
merge with stable
Tue, 09 Mar 2010 20:38:23 +0100 bundle: fix bundle generation for empty changegroup stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 20:38:23 +0100] rev 10616
bundle: fix bundle generation for empty changegroup
Tue, 09 Mar 2010 19:04:18 +0100 patch/diff: move diff related code next to each other
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 19:04:18 +0100] rev 10615
patch/diff: move diff related code next to each other
Tue, 09 Mar 2010 18:31:57 +0100 remove header handling out of mdiff.bunidiff, rename it
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 18:31:57 +0100] rev 10614
remove header handling out of mdiff.bunidiff, rename it
Tue, 09 Mar 2010 18:27:02 +0100 remove contrib/hgdiff, it makes refactoring diff/patch harder
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 18:27:02 +0100] rev 10613
remove contrib/hgdiff, it makes refactoring diff/patch harder it can always be revived if needed
Tue, 09 Mar 2010 16:03:57 +0100 demandimport: blacklist _ssl (issue1964) stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 09 Mar 2010 16:03:57 +0100] rev 10612
demandimport: blacklist _ssl (issue1964)
Mon, 08 Mar 2010 19:43:24 +0100 patch/diff: move patch.export() to cmdutil.export()
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 19:43:24 +0100] rev 10611
patch/diff: move patch.export() to cmdutil.export() This API change will allow us to break a cycle between patch and cmdutil.
Mon, 08 Mar 2010 11:12:48 -0600 wix: pre-check the 'I approve this license' checkbox
Steve Borho <steve@borho.org> [Mon, 08 Mar 2010 11:12:48 -0600] rev 10610
wix: pre-check the 'I approve this license' checkbox This is simply a convenience to the user, they can click next until the installer goes away. Optimally, the checkbox would be hidden or removed, but that requires rewriting the UI.
Sun, 07 Mar 2010 22:04:35 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 07 Mar 2010 22:04:35 -0600] rev 10609
Merge with stable
Mon, 08 Mar 2010 00:01:12 +0100 addremove: avoid fetching data again and again
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:01:12 +0100] rev 10608
addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 addremove: add progress support for similarity search
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:00:03 +0100] rev 10607
addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 addremove: atomically update the dirstate
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Mar 2010 23:59:28 +0100] rev 10606
addremove: atomically update the dirstate In case someone hits ^C during the similarity search, properly rollback
Sun, 07 Mar 2010 13:10:23 -0500 inotify: expose the same dirstate.status() interface as dirstate.
Greg Ward <greg-hg@gerg.ca> [Sun, 07 Mar 2010 13:10:23 -0500] rev 10605
inotify: expose the same dirstate.status() interface as dirstate. The real dirstate.status() does not have any keyword args. For consistency, wrappers or subclasses should not have them either.
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip