Wed, 25 Oct 2006 19:31:42 -0700 zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 19:31:42 -0700] rev 3527
zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev as well as qrename, qselect, qseries, qunapplied and qtop.
Wed, 25 Oct 2006 17:09:22 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 17:09:22 -0700] rev 3526
Merge with mpm
Wed, 25 Oct 2006 18:31:49 -0500 Update tests for removed commands
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:31:49 -0500] rev 3525
Update tests for removed commands
Wed, 25 Oct 2006 18:29:54 -0500 Remove update -m, deprecated for 0.9.1
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:29:54 -0500] rev 3524
Remove update -m, deprecated for 0.9.1
Wed, 25 Oct 2006 17:53:24 -0500 Remove the undo command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:53:24 -0500] rev 3523
Remove the undo command, deprecated pre-0.9
Wed, 25 Oct 2006 17:47:53 -0500 Remove forget command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:47:53 -0500] rev 3522
Remove forget command, deprecated pre-0.9
Wed, 25 Oct 2006 17:45:35 -0500 Fix excessive complaining from hg log -b
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:45:35 -0500] rev 3521
Fix excessive complaining from hg log -b
Wed, 25 Oct 2006 17:40:03 -0500 Remove some more deprecated options from help syntax summaries
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:40:03 -0500] rev 3520
Remove some more deprecated options from help syntax summaries
Wed, 25 Oct 2006 17:38:17 -0500 Hide deprecated flags in help unless verbose
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:38:17 -0500] rev 3519
Hide deprecated flags in help unless verbose
Wed, 25 Oct 2006 16:45:39 -0500 Remove old fish-merge test
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:45:39 -0500] rev 3518
Remove old fish-merge test
Wed, 25 Oct 2006 16:35:35 -0700 zsh: make option lists more compact
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 16:35:35 -0700] rev 3517
zsh: make option lists more compact
Wed, 25 Oct 2006 15:10:30 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:10:30 -0700] rev 3516
Merge with mpm
Wed, 25 Oct 2006 16:42:52 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:42:52 -0500] rev 3515
Merge with crew
Wed, 25 Oct 2006 16:30:45 -0500 Some README updates
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:30:45 -0500] rev 3514
Some README updates
Wed, 25 Oct 2006 16:25:44 -0500 Remove some old documentation that belongs on the wiki
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:25:44 -0500] rev 3513
Remove some old documentation that belongs on the wiki
Wed, 25 Oct 2006 16:24:28 -0500 Move rewrite-log to contrib
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:24:28 -0500] rev 3512
Move rewrite-log to contrib
Wed, 25 Oct 2006 15:08:40 -0700 zsh: rewrite
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:08:40 -0700] rev 3511
zsh: rewrite This version of zsh completion handles global options more correctly, completes options for command abbreviations, and does much more lazy evaluation.
Wed, 25 Oct 2006 18:45:18 +0200 Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 18:45:18 +0200] rev 3510
Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Wed, 25 Oct 2006 18:22:04 +0200 fix graph traversal in commands.bundle (it wasn't O(n))
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 25 Oct 2006 18:22:04 +0200] rev 3509
fix graph traversal in commands.bundle (it wasn't O(n))
Wed, 25 Oct 2006 17:20:39 +0200 Corrected help text for bundle.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 17:20:39 +0200] rev 3508
Corrected help text for bundle.
Wed, 25 Oct 2006 08:11:17 +0200 Corrected synopsis of hg heads
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 08:11:17 +0200] rev 3507
Corrected synopsis of hg heads
Wed, 25 Oct 2006 02:51:27 -0300 Test that we notice the empty files from the second parent during a merge
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 25 Oct 2006 02:51:27 -0300] rev 3506
Test that we notice the empty files from the second parent during a merge This didn't work with 0.9.1, but was fixed by 05257fd28591.
Tue, 24 Oct 2006 23:00:43 -0300 revlog.py: always return tuples from parents and parentrevs
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 24 Oct 2006 23:00:43 -0300] rev 3505
revlog.py: always return tuples from parents and parentrevs There's at least one place doing parentrevs(rev) != (rev-1, -1), which is always true with revlog v0, since parentrevs returns a list in this case.
Tue, 24 Oct 2006 17:22:07 -0500 Remove [-b] options from help syntax lines
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:22:07 -0500] rev 3504
Remove [-b] options from help syntax lines
Tue, 24 Oct 2006 17:07:11 -0500 Deprecate old --branch/branches options
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:07:11 -0500] rev 3503
Deprecate old --branch/branches options
Tue, 24 Oct 2006 16:49:36 -0500 add branch and branches commands
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 16:49:36 -0500] rev 3502
add branch and branches commands
Tue, 24 Oct 2006 17:49:48 -0300 test-mq-caches: look up a revision that does not exist to force cache creation
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 24 Oct 2006 17:49:48 -0300] rev 3501
test-mq-caches: look up a revision that does not exist to force cache creation
Tue, 24 Oct 2006 13:42:21 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:42:21 -0700] rev 3500
Merge with mpm
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 tip