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 3510
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 3509
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 3508
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.
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 3507
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 3506
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 3505
Move rewrite-log to contrib
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:31:01 -0700 hgweb: add heads to gitweb summary
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:31:01 -0700] rev 3499
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 3498
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 3497
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 3496
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 3495
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 3494
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 3493
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 3492
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 3491
Split branchtags into two additional functions. This makes it easier to override only parts of the cache saving process.
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 3490
Merge with crew
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 3489
Commit username: Better error message, abort on empty name, fix documentation.
Sun, 22 Oct 2006 21:47:37 -0300 hgweb: make #motd# available for all templates
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 21:47:37 -0300] rev 3488
hgweb: make #motd# available for all templates
Sat, 21 Oct 2006 23:51:36 -0700 zsh completion: basic mq support
Brendan Cully <brendan@kublai.com> [Sat, 21 Oct 2006 23:51:36 -0700] rev 3487
zsh completion: basic mq support
Sun, 22 Oct 2006 01:02:13 -0300 bash_completion: qguard
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:13 -0300] rev 3486
bash_completion: qguard
Sun, 22 Oct 2006 01:02:06 -0300 bash_completion: allow overriding completion for arguments that start with "-"
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:06 -0300] rev 3485
bash_completion: allow overriding completion for arguments that start with "-"
Sun, 22 Oct 2006 01:02:00 -0300 bash_completion: qfold, qrename, qheader, qclone and qselect
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:00 -0300] rev 3484
bash_completion: qfold, qrename, qheader, qclone and qselect
Sun, 22 Oct 2006 01:01:52 -0300 bash_completion: email --bcc
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:52 -0300] rev 3483
bash_completion: email --bcc
Sun, 22 Oct 2006 01:01:45 -0300 bash_completion: qdelete --rev
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:45 -0300] rev 3482
bash_completion: qdelete --rev
Sun, 22 Oct 2006 01:01:42 -0300 bash_completion: make export fall back to tags when there's no mq patch applied
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:42 -0300] rev 3481
bash_completion: make export fall back to tags when there's no mq patch applied
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip