Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3496
zsh: add view opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3495
zsh: add --style and --template opts
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3494
zsh: add -r to parents
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 11:10:04 -0700] rev 3493
zsh: expand tags lazily
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
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.
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 13:46:04 -0500] rev 3490
Merge with crew
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.
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
Brendan Cully <brendan@kublai.com> [Sat, 21 Oct 2006 23:51:36 -0700] rev 3487
zsh completion: basic mq support
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:02:13 -0300] rev 3486
bash_completion: qguard
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 "-"
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
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:52 -0300] rev 3483
bash_completion: email --bcc
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:45 -0300] rev 3482
bash_completion: qdelete --rev
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
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 22 Oct 2006 01:01:03 -0300] rev 3480
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.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:51:24 +0200] rev 3479
Fix "templater object got multiple values for keyword argument 'motd'"
caused by adding motd to the call to the index template (
2896ce093ec4)
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 21 Oct 2006 20:19:46 +0200] rev 3478
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:15:01 -0700] rev 3477
gitweb: add revision numbers to annotate changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 16:12:43 -0700] rev 3476
gitweb: add revision numbers to filerevision changeset links
Brendan Cully <brendan@kublai.com> [Thu, 19 Oct 2006 15:58:43 -0700] rev 3475
hgweb: add revision numbers to changeset parent/child links
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 16:55:34 +0200] rev 3474
fix errors spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:16:51 +0200] rev 3473
use xrange instead of range
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 14:03:41 +0200] rev 3472
use xrange instead of range
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Oct 2006 13:00:02 +0200] rev 3471
Corrected SSH configuration example in pull help.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 19 Oct 2006 10:23:27 +0200] rev 3470
revlog.children: use parentrevs instead of parents
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 18 Oct 2006 18:47:50 -0300] rev 3469
Don't use test -e in tests - sh doesn't like it on Solaris
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 18 Oct 2006 18:44:23 -0300] rev 3468
Update tests output
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 14:24:38 -0700] rev 3467
Add --rev option to status
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 18 Oct 2006 22:24:03 +0200] rev 3466
makes username mandatory
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 10:37:34 -0700] rev 3465
patch: return list of modified files even when an exception is raised
The file list is passed in as an argument and updated in place.
This fixes
issue399.
Brendan Cully <brendan@kublai.com> [Wed, 18 Oct 2006 10:37:34 -0700] rev 3464
mq: test case for
issue399
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 18:10:21 +0200] rev 3463
Extended templating test for new branches and extra changeset info.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 18:09:32 +0200] rev 3462
Added extra changeset info to templater and map-cmdline.default.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 17:58:51 +0200] rev 3461
Add new branch info to templater and use it in map-cmdline.default.
The template currently shows old (hg log -b style) branch tags, too,
but not in the same way as the built in changeset_printer.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 12:26:12 +0200] rev 3460
Don't show empty list of files in hg log -v.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 12:17:02 +0200] rev 3459
Adjust default cmdline style to really match verbose/debug log.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 11:55:32 +0200] rev 3458
Show extra changeset info for log/tip/heads/... --debug
Matt Mackall <mpm@selenic.com> [Mon, 23 Oct 2006 17:12:20 -0500] rev 3457
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
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 22:38:23 -0500] rev 3456
Minor tags optimization
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:14:59 -0500] rev 3455
Use file contexts in tags code
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 14:06:48 -0500] rev 3454
filecontext: report False for missing files
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 11:44:56 -0500] rev 3453
Only look up tags and branches as a last resort
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 10:46:51 -0500] rev 3452
If we can't write the branch cache, fail quietly.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 18 Oct 2006 10:35:14 +0200] rev 3451
Add test for invalid branch cache (fixed by
27ebe4efe98e)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 18 Oct 2006 09:26:23 +0200] rev 3450
invalidate the branch cache when sanity check fails
Eric Hopper <hopper@omnifarious.org> [Wed, 18 Oct 2006 02:14:26 -0500] rev 3449
Testing the new changegroupsubset remote function in the ssh
and http protocols.
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:07 -0700] rev 3448
Stop erroring out pull -r and clone -r if repository isn't local.
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3447
sshrepo: add passing of lookup exceptions
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3446
Adding changegroupsubset and lookup to ssh protocol so pull -r and
clone -r can be supported.
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 02:08:36 -0500] rev 3445
httprepo: add support for passing lookup exception data
Eric Hopper <hopper@omnifarious.org> [Sat, 09 Sep 2006 18:25:06 -0700] rev 3444
Adding changegroupsubset and lookup to web protocol so pull -r and
clone -r can be supported.
Matt Mackall <mpm@selenic.com> [Wed, 18 Oct 2006 02:08:33 -0500] rev 3443
Improve branch cache sanity check for mq
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:59:01 -0500] rev 3442
merge: fix branch setting
(and remove debugging message)
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:34:43 -0500] rev 3441
imported patch foo
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:26:14 -0500] rev 3440
commit: read branch with workingctx
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:09:56 -0500] rev 3439
branchtags: use changectx
setting self.branchcache on entry avoids recursions in lookup
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 22:07:54 -0500] rev 3438
revlog.lookup tweaks
- fast path for binary node ids
- direct lookup for full hex ids
- silly change to bin_id
Matt Mackall <mpm@selenic.com> [Tue, 17 Oct 2006 19:04:13 -0500] rev 3437
Merge with crew