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
Tue, 24 Oct 2006 13:46:04 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 13:46:04 -0500] rev 3499
Merge with crew
Mon, 23 Oct 2006 17:12:20 -0500 localrepo: add separate methods for manipulating repository data
Matt Mackall <mpm@selenic.com> [Mon, 23 Oct 2006 17:12:20 -0500] rev 3498
localrepo: add separate methods for manipulating repository data This change adds new methods sjoin and sopener for accessing the following elements: - changelog - manifest - data/ - journal and undo log - repo lock This will simplify sharing this data and escaping paths
Wed, 18 Oct 2006 22:38:23 -0500 Minor tags optimization
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 22:38:23 -0500] rev 3497
Minor tags optimization
Wed, 18 Oct 2006 14:14:59 -0500 Use file contexts in tags code
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:14:59 -0500] rev 3496
Use file contexts in tags code
Wed, 18 Oct 2006 14:06:48 -0500 filecontext: report False for missing files
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:06:48 -0500] rev 3495
filecontext: report False for missing files
Wed, 18 Oct 2006 11:44:56 -0500 Only look up tags and branches as a last resort
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 11:44:56 -0500] rev 3494
Only look up tags and branches as a last resort
Tue, 24 Oct 2006 13:31:01 -0700 hgweb: add heads to gitweb summary
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:31:01 -0700] rev 3493
hgweb: add heads to gitweb summary
Tue, 24 Oct 2006 13:17:41 -0700 zsh: cache hg help output
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:17:41 -0700] rev 3492
zsh: cache hg help output
Tue, 24 Oct 2006 13:09:09 -0700 zsh: complete according to the -R option if specified
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:09:09 -0700] rev 3491
zsh: complete according to the -R option if specified
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add view opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3490
zsh: add view opts
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add --style and --template opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3489
zsh: add --style and --template opts
Tue, 24 Oct 2006 11:10:04 -0700 zsh: add -r to parents
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3488
zsh: add -r to parents
Tue, 24 Oct 2006 11:10:04 -0700 zsh: expand tags lazily
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3487
zsh: expand tags lazily
Mon, 23 Oct 2006 23:32:56 -0300 make mq play nicely with the branch cache
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 23 Oct 2006 23:32:56 -0300] rev 3486
make mq play nicely with the branch cache - if no patches are applied, don't do anything different - if the cache includes valid data from one of the patch revisions, use the cache, but don't save anything new - if the cache has data from before the patch revisions only, save what the list of branches would be without the patch revisions
Mon, 23 Oct 2006 23:32:56 -0300 Split branchtags into two additional functions.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 23 Oct 2006 23:32:56 -0300] rev 3485
Split branchtags into two additional functions. This makes it easier to override only parts of the cache saving process.
Mon, 23 Oct 2006 14:56:51 +0200 Commit username: Better error message, abort on empty name, fix documentation.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 23 Oct 2006 14:56:51 +0200] rev 3484
Commit username: Better error message, abort on empty name, fix documentation.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip