Sat, 13 Feb 2010 18:11:08 +0100 minirst: report pruned container types
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:11:08 +0100] rev 10444
minirst: report pruned container types
Sun, 04 Oct 2009 22:03:41 +0200 minirst: support containers
Martin Geisler <mg@lazybytes.net> [Sun, 04 Oct 2009 22:03:41 +0200] rev 10443
minirst: support containers Text can be grouped into generic containers in reStructuredText: .. container:: foo This is text inside a "foo" container. .. container:: bar This is nested inside two containers. The minirst parser now recognizes these containers. The containers are either pruned completely from the output (included all nested blocks) or they are simply un-indented. So if 'foo' and 'bar' containers are kept, the above example will result in: This is text inside a "foo" container. This is nested inside two containers. If only 'foo' containers are kept, we get: This is text inside a "foo" container. No output is made if only 'bar' containers are kept. This feature will come in handy for implementing different levels of help output (e.g., verbose and debug level help texts).
Sat, 13 Feb 2010 02:08:27 +0100 test-mq-qclone-http: hide port number
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 02:08:27 +0100] rev 10442
test-mq-qclone-http: hide port number
Sat, 13 Feb 2010 09:49:06 -0600 progress: only reset state if finishing progress for the current topic
Augie Fackler <durin42@gmail.com> [Sat, 13 Feb 2010 09:49:06 -0600] rev 10441
progress: only reset state if finishing progress for the current topic This prevents some visual glitches when doing a clone --pull locally.
Sat, 13 Feb 2010 15:34:44 +0100 shrink: use progress API
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 15:34:44 +0100] rev 10440
shrink: use progress API
Sat, 13 Feb 2010 09:55:28 +0100 progress: correctly handle empty progress topic
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 09:55:28 +0100] rev 10439
progress: correctly handle empty progress topic
Fri, 12 Feb 2010 19:59:09 -0500 util: add any() and all() functions for Python 2.4 compatibility
Steve Losh <steve@stevelosh.com> [Fri, 12 Feb 2010 19:59:09 -0500] rev 10438
util: add any() and all() functions for Python 2.4 compatibility This patch adds these two very useful functions to the mercurial.util module, because they are not present in Python 2.4.
Sat, 13 Feb 2010 10:56:43 +0100 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 10:56:43 +0100] rev 10437
merge with mpm
Fri, 12 Feb 2010 15:17:10 +0100 rebase: split line longer than 80 chars
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Fri, 12 Feb 2010 15:17:10 +0100] rev 10436
rebase: split line longer than 80 chars
Sat, 13 Feb 2010 00:38:29 -0600 progress: add progress calls to changeset discovery
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 00:38:29 -0600] rev 10435
progress: add progress calls to changeset discovery
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip