Sat, 13 Feb 2010 17:37:44 -0600 parsers: fix some signed comparison issues
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 17:37:44 -0600] rev 10449
parsers: fix some signed comparison issues (spotted by Steve Borho)
Sat, 13 Feb 2010 22:10:31 +0100 commands: correct example in add help text
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 22:10:31 +0100] rev 10448
commands: correct example in add help text
Sat, 13 Feb 2010 21:21:40 +0100 minirst: support line blocks
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 21:21:40 +0100] rev 10447
minirst: support line blocks
Sat, 13 Feb 2010 18:44:19 +0100 commands: add verbose example to help text for add
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:44:19 +0100] rev 10446
commands: add verbose example to help text for add
Sat, 13 Feb 2010 18:36:24 +0100 commands: support verbose help
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:36:24 +0100] rev 10445
commands: support verbose help
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
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip