Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 09:44:03 -0700] rev 3548
zsh: use standard tags where possible
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 09:40:20 -0700] rev 3547
mq: support qimport -
Christian Ebert <blacktrash@gmx.net> [Wed, 25 Oct 2006 20:59:50 +0200] rev 3546
hgcommand.vim: doc install delete into "black hole", g: prefix global vars.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Oct 2006 09:29:42 +0200] rev 3545
merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 26 Oct 2006 09:22:10 +0200] rev 3544
Corrected hg synopsis.
Brendan Cully <brendan@kublai.com> [Thu, 26 Oct 2006 00:27:19 -0700] rev 3543
zsh: complete qguard with +/- guard prefixes
Christian Ebert <blacktrash@gmx.net> [Wed, 25 Oct 2006 21:01:00 +0200] rev 3542
hgcommand.vim: remove deprecated -b option from hg parents.
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 19:31:42 -0700] rev 3541
zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
as well as qrename, qselect, qseries, qunapplied and qtop.
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 17:09:22 -0700] rev 3540
Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 16:35:35 -0700] rev 3539
zsh: make option lists more compact
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:10:30 -0700] rev 3538
Merge with mpm
Brendan Cully <brendan@kublai.com> [Wed, 25 Oct 2006 15:08:40 -0700] rev 3537
zsh: rewrite
This version of zsh completion handles global options more correctly,
completes options for command abbreviations, and does much more lazy
evaluation.
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 14:10:01 -0500] rev 3536
small refactoring of path normalization in dirstate.statwalk
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 14:06:32 -0500] rev 3535
Make util.unique return a list
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 12:09:33 -0500] rev 3534
Simplify ignore logic in dirstate.walk
- kill blockignore hack
- pull pconvert out of imatch
- skip imatch when not ignoring
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 11:30:20 -0500] rev 3533
shortname: truncate at '.' too
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 11:24:10 -0500] rev 3532
improve walk docstrings
Matt Mackall <mpm@selenic.com> [Fri, 27 Oct 2006 00:38:42 -0500] rev 3531
convert dict(zip(x,x)) to dict.fromkeys(x)
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 23:59:21 -0500] rev 3530
minor hg grep simplification
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 23:54:24 -0500] rev 3529
simplify dirstate walking
- kill walkhelper
- stop passing dc around
- remove unused stat arg from statmatch (renamed imatch)
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 18:43:57 -0500] rev 3528
kill makewalk function
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:45:03 -0500] rev 3527
Pull getchange out of walkchangerevs
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:27:07 -0500] rev 3526
Make revrange return a list of ints so that callers don't have to convert
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 17:15:55 -0500] rev 3525
simplify revrange and revpair
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 14:09:15 -0500] rev 3524
lookup(str(x)) -> lookup(x)
Matt Mackall <mpm@selenic.com> [Thu, 26 Oct 2006 14:04:58 -0500] rev 3523
Fixups for hg grep
- kill trimuser function
- remove ucache
- simplify descending logic
- fix files with matches logic
- correct tests
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:31:49 -0500] rev 3522
Update tests for removed commands
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 18:29:54 -0500] rev 3521
Remove update -m, deprecated for 0.9.1
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:53:24 -0500] rev 3520
Remove the undo command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:47:53 -0500] rev 3519
Remove forget command, deprecated pre-0.9
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:45:35 -0500] rev 3518
Fix excessive complaining from hg log -b
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:40:03 -0500] rev 3517
Remove some more deprecated options from help syntax summaries
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 17:38:17 -0500] rev 3516
Hide deprecated flags in help unless verbose
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:45:39 -0500] rev 3515
Remove old fish-merge test
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:42:52 -0500] rev 3514
Merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 18:45:18 +0200] rev 3513
Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 25 Oct 2006 18:22:04 +0200] rev 3512
fix graph traversal in commands.bundle (it wasn't O(n))
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 17:20:39 +0200] rev 3511
Corrected help text for bundle.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Oct 2006 08:11:17 +0200] rev 3510
Corrected synopsis of hg heads
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.
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.
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:30:45 -0500] rev 3507
Some README updates
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:25:44 -0500] rev 3506
Remove some old documentation that belongs on the wiki
Matt Mackall <mpm@selenic.com> [Wed, 25 Oct 2006 16:24:28 -0500] rev 3505
Move rewrite-log to contrib
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:22:07 -0500] rev 3504
Remove [-b] options from help syntax lines
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 17:07:11 -0500] rev 3503
Deprecate old --branch/branches options
Matt Mackall <mpm@selenic.com> [Tue, 24 Oct 2006 16:49:36 -0500] rev 3502
add branch and branches commands
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
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:42:21 -0700] rev 3500
Merge with mpm
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:31:01 -0700] rev 3499
hgweb: add heads to gitweb summary
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:17:41 -0700] rev 3498
zsh: cache hg help output
Brendan Cully <brendan@kublai.com> [Tue, 24 Oct 2006 13:09:09 -0700] rev 3497
zsh: complete according to the -R option if specified
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.