Tue, 18 Nov 2008 15:35:34 -0600 update help on git diffs
Matt Mackall <mpm@selenic.com> [Tue, 18 Nov 2008 15:35:34 -0600] rev 7387
update help on git diffs
Mon, 17 Nov 2008 11:45:38 -0800 zsh: make resolve with no options only complete unresolved files
Brendan Cully <brendan@kublai.com> [Mon, 17 Nov 2008 11:45:38 -0800] rev 7386
zsh: make resolve with no options only complete unresolved files
Sun, 16 Nov 2008 20:56:55 -0800 mergetools: add pointer to the usual filemerge path
Brendan Cully <brendan@kublai.com> [Sun, 16 Nov 2008 20:56:55 -0800] rev 7385
mergetools: add pointer to the usual filemerge path
Sun, 16 Nov 2008 19:49:36 -0800 zsh: support for resolve
Brendan Cully <brendan@kublai.com> [Sun, 16 Nov 2008 19:49:36 -0800] rev 7384
zsh: support for resolve
Sun, 16 Nov 2008 20:55:30 +0100 graphlog: fix regression with filelogs introduced by 7bc62ebe7693
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Sun, 16 Nov 2008 20:55:30 +0100] rev 7383
graphlog: fix regression with filelogs introduced by 7bc62ebe7693
Sat, 15 Nov 2008 15:57:12 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:57:12 +0100] rev 7382
Merge with crew-stable
Sat, 15 Nov 2008 15:51:26 +0100 convert: be even more tolerant when detecting svn tags
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:51:26 +0100] rev 7381
convert: be even more tolerant when detecting svn tags Former code failed when tracking child directories we assumed were renamed with their parents but were really created in the tags directory. This happens in jQuery repository with /tags/ui/1.5b4/release@5455.
Sat, 15 Nov 2008 15:09:11 +0100 test-pull-branch: make it executable
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:09:11 +0100] rev 7380
test-pull-branch: make it executable
Sat, 15 Nov 2008 12:27:40 +0100 graphlog: fix python2.3 incompatibility (used genexp, sorted())
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 15 Nov 2008 12:27:40 +0100] rev 7379
graphlog: fix python2.3 incompatibility (used genexp, sorted())
Fri, 14 Nov 2008 22:29:03 +0100 keyword: move common code out of commit condition
Christian Ebert <blacktrash@gmx.net> [Fri, 14 Nov 2008 22:29:03 +0100] rev 7378
keyword: move common code out of commit condition
Fri, 14 Nov 2008 14:12:43 -0600 lookup: fast-paths for int and 'tip'
Matt Mackall <mpm@selenic.com> [Fri, 14 Nov 2008 14:12:43 -0600] rev 7377
lookup: fast-paths for int and 'tip'
Fri, 14 Nov 2008 14:12:16 -0600 doc: handle shortened command synopses
Matt Mackall <mpm@selenic.com> [Fri, 14 Nov 2008 14:12:16 -0600] rev 7376
doc: handle shortened command synopses
Fri, 14 Nov 2008 19:10:09 +0100 keyword: be more efficient about ctx usage
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 19:10:09 +0100] rev 7375
keyword: be more efficient about ctx usage
Fri, 14 Nov 2008 18:34:47 +0100 graphlog: kill whitespace from earlier refactoring
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 18:34:47 +0100] rev 7374
graphlog: kill whitespace from earlier refactoring
Fri, 14 Nov 2008 14:17:42 +0100 extensions: copy __module__ for wrapped commands
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 14:17:42 +0100] rev 7373
extensions: copy __module__ for wrapped commands
Fri, 14 Nov 2008 14:36:17 +0100 pull: update to branch tip if there is only one head on the current branch
Benoit Allard <benoit@aeteurope.nl> [Fri, 14 Nov 2008 14:36:17 +0100] rev 7372
pull: update to branch tip if there is only one head on the current branch On pull, if the current named branch has only one head, update to it.
Fri, 14 Nov 2008 13:48:23 +0100 graphlog: use built-in log output buffering
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 13:48:23 +0100] rev 7371
graphlog: use built-in log output buffering
Fri, 14 Nov 2008 13:44:10 +0100 graphlog: refactor common grapher code
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 14 Nov 2008 13:44:10 +0100] rev 7370
graphlog: refactor common grapher code Extracts the column and edge determination code into a separate function usable on generic DAGs with at most 2 parents per node. grapher() is very similar to graphmod.graph(). I shall look into merging them when I try visualizing patch branches in hgweb. Started using contexts and renamed a bunch of variables (fewer underscores).
Fri, 14 Nov 2008 13:59:25 +0100 cmdutil: use change contexts for cset-printer and cset-templater
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 13:59:25 +0100] rev 7369
cmdutil: use change contexts for cset-printer and cset-templater
Fri, 14 Nov 2008 12:44:26 +0100 context: use descriptors to speed up lazy attributes
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 12:44:26 +0100] rev 7368
context: use descriptors to speed up lazy attributes
Thu, 13 Nov 2008 21:09:51 +0100 context: special-case changectx setup for integer changeid
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 13 Nov 2008 21:09:51 +0100] rev 7367
context: special-case changectx setup for integer changeid
Thu, 13 Nov 2008 12:52:03 -0600 Add contrib/perf.py for performance testing
Matt Mackall <mpm@selenic.com> [Thu, 13 Nov 2008 12:52:03 -0600] rev 7366
Add contrib/perf.py for performance testing
Wed, 12 Nov 2008 19:11:34 -0600 lookup: speed up partial lookup
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 19:11:34 -0600] rev 7365
lookup: speed up partial lookup
Wed, 12 Nov 2008 19:11:09 -0600 help: remove redundant 'hg <command>' from command synopses
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 19:11:09 -0600] rev 7364
help: remove redundant 'hg <command>' from command synopses
Wed, 12 Nov 2008 15:58:46 -0600 revlog: speed up parents()
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:58:46 -0600] rev 7363
revlog: speed up parents()
Wed, 12 Nov 2008 15:32:16 -0600 revlog: remove delta function
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:32:16 -0600] rev 7362
revlog: remove delta function
Wed, 12 Nov 2008 15:19:14 -0600 linkrev: take a revision number rather than a hash
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:19:14 -0600] rev 7361
linkrev: take a revision number rather than a hash
Thu, 13 Nov 2008 10:11:32 +0100 patchbomb: add option to send intro email for a single patch (issue1120)
Chris Winter <elwintro@gmail.com> [Thu, 13 Nov 2008 10:11:32 +0100] rev 7360
patchbomb: add option to send intro email for a single patch (issue1120)
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip