Fri, 13 Apr 2012 22:55:40 -0500 |
Matt Mackall |
changegroupsubset: drop repeated len() calls
|
Fri, 13 Apr 2012 22:27:29 -0500 |
Matt Mackall |
changegroup: reduce progress overhead
|
Fri, 13 Apr 2012 22:23:45 -0500 |
Matt Mackall |
changegroupsubset: renest inner loop
|
Fri, 13 Apr 2012 21:35:48 -0500 |
Matt Mackall |
revlog: increase readahead size
|
Fri, 13 Apr 2012 15:32:49 -0500 |
Matt Mackall |
revset: avoid demandimport bug
|
Fri, 13 Apr 2012 15:07:13 +0200 |
Patrick Mezard |
mq: replace hasattr() with util.safehasattr(), update check-code.py
stable
|
Thu, 12 Apr 2012 20:52:39 -0500 |
Matt Mackall |
merge with stable
|
Thu, 12 Apr 2012 14:05:59 -0700 |
Bryan O'Sullivan |
parsers: use base-16 trie for faster node->rev mapping
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
check-code: avoid false-positive on ++
|
Wed, 11 Apr 2012 11:37:13 +0200 |
Patrick Mezard |
graphlog: cleanup before code move
|
Wed, 11 Apr 2012 11:32:00 +0200 |
Patrick Mezard |
graphlog: correctly handle calls in subdirectories
|
Wed, 11 Apr 2012 11:29:12 +0200 |
Patrick Mezard |
context: revert workingctx.ancestors() followfirst option
|
Wed, 11 Apr 2012 11:25:34 +0200 |
Patrick Mezard |
graphlog: fix --follow-first --rev combinations
|
Wed, 11 Apr 2012 11:22:40 +0200 |
Patrick Mezard |
graphlog: fix --follow --rev combinations
|
Wed, 11 Apr 2012 11:17:26 +0200 |
Patrick Mezard |
graphlog: support changeset identifiers in --branch
|