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.
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 3483
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 3482
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 3481
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 3480
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 3479
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 3478
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 3477
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 3476
bash_completion: make export fall back to tags when there's no mq patch applied
Sun, 22 Oct 2006 01:01:03 -0300 bash_completion: don't complete export with "garbage" when mq is not around
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:03 -0300] rev 3475
bash_completion: don't complete export with "garbage" when mq is not around The "garbage" is the output of hg help printed when a command is not found.
Sat, 21 Oct 2006 20:51:24 +0200 Fix "templater object got multiple values for keyword argument 'motd'"
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:51:24 +0200] rev 3474
Fix "templater object got multiple values for keyword argument 'motd'" caused by adding motd to the call to the index template (2896ce093ec4)
Sat, 21 Oct 2006 20:19:46 +0200 Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:19:46 +0200] rev 3473
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thu, 19 Oct 2006 16:15:01 -0700 gitweb: add revision numbers to annotate changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:15:01 -0700] rev 3472
gitweb: add revision numbers to annotate changeset links
Thu, 19 Oct 2006 16:12:43 -0700 gitweb: add revision numbers to filerevision changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:12:43 -0700] rev 3471
gitweb: add revision numbers to filerevision changeset links
Thu, 19 Oct 2006 15:58:43 -0700 hgweb: add revision numbers to changeset parent/child links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 15:58:43 -0700] rev 3470
hgweb: add revision numbers to changeset parent/child links
Thu, 19 Oct 2006 16:55:34 +0200 fix errors spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 16:55:34 +0200] rev 3469
fix errors spotted by pychecker
Thu, 19 Oct 2006 14:16:51 +0200 use xrange instead of range
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:16:51 +0200] rev 3468
use xrange instead of range
Thu, 19 Oct 2006 14:03:41 +0200 use xrange instead of range
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:03:41 +0200] rev 3467
use xrange instead of range
Thu, 19 Oct 2006 13:00:02 +0200 Corrected SSH configuration example in pull help.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Oct 2006 13:00:02 +0200] rev 3466
Corrected SSH configuration example in pull help.
Thu, 19 Oct 2006 10:23:27 +0200 revlog.children: use parentrevs instead of parents
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 10:23:27 +0200] rev 3465
revlog.children: use parentrevs instead of parents
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip