Sat, 02 Aug 2008 22:10:54 +0200 |
Bernhard Leiner |
add additional bisect tests
|
Sat, 02 Aug 2008 22:11:22 +0200 |
Bernhard Leiner |
add additional complex bisect tests (with non-linear history)
|
Sat, 02 Aug 2008 22:10:10 +0200 |
Bernhard Leiner |
Add support for multiple possible bisect results (issue1228, issue1182)
|
Sat, 02 Aug 2008 14:08:21 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 15 Jul 2008 18:10:37 -0500 |
Kevin Christen |
Add a reset before and after colorized output
|
Wed, 23 Jul 2008 20:33:23 -0500 |
Kevin Christen |
Apply color to output of qseries --verbose
|
Sat, 02 Aug 2008 13:49:13 +0200 |
Patrick Mezard |
color: improve mq extension detection
|
Fri, 01 Aug 2008 12:33:10 +0200 |
Benoit Boissinot |
hgweb: do not use unassigned variables in exception handling
|
Wed, 30 Jul 2008 22:33:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 30 Jul 2008 22:26:41 +0200 |
Patrick Mezard |
Fix subversion tests with svn 1.5
|
Sun, 27 Jul 2008 17:09:33 +0200 |
Patrick Mezard |
convert: normalize paths sent to svn get_log (issue 1219)
|
Fri, 25 Jul 2008 20:47:04 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 25 Jul 2008 20:43:41 +0200 |
Patrick Mezard |
convert: remove leading slash from ra.check_path inputs (issue 1236)
|
Fri, 25 Jul 2008 20:37:41 +0200 |
Patrick Mezard |
convert: restore previous svn transport parent correctly
|
Mon, 21 Jul 2008 13:26:42 +0200 |
Dirkjan Ochtman |
context: get rid of unused changectx.filectxs() method
|
Mon, 21 Jul 2008 13:22:11 +0200 |
Dirkjan Ochtman |
context: fix workingctx's __contains__ method
|
Mon, 21 Jul 2008 13:17:51 +0200 |
Dirkjan Ochtman |
merge: use correct branch name for counting heads
|
Fri, 25 Jul 2008 13:27:06 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Fri, 25 Jul 2008 13:26:16 +0200 |
Dirkjan Ochtman |
add note about updating one file to update help
|
Fri, 25 Jul 2008 13:23:59 +0200 |
Dirkjan Ochtman |
churn: fix documentation for churn options
|
Thu, 24 Jul 2008 16:32:52 +0200 |
Adrian Buehlmann |
introduce store classes
|
Thu, 24 Jul 2008 16:32:51 +0200 |
Adrian Buehlmann |
move filename encoding functions from util.py to new store.py
|
Thu, 24 Jul 2008 22:46:45 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 24 Jul 2008 22:44:15 +0200 |
Dhruva Krishnamurthy |
convert: use git executable only, with subcommands
|
Wed, 23 Jul 2008 16:14:45 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 23 Jul 2008 16:08:20 +0200 |
Benoit Boissinot |
make mq and tags hardlink safe
|
Tue, 22 Jul 2008 13:03:31 -0500 |
Matt Mackall |
dirstate.walk: speed up calling match function
|
Tue, 22 Jul 2008 13:03:29 -0500 |
Matt Mackall |
dirstate.walk: reduce sorting in step 3
|
Tue, 22 Jul 2008 13:03:25 -0500 |
Matt Mackall |
dirstate.walk: inline imatch
|
Tue, 22 Jul 2008 13:03:24 -0500 |
Matt Mackall |
dirstate.walk: more cleanups
|
Tue, 22 Jul 2008 13:03:23 -0500 |
Matt Mackall |
dirstate.walk: fold in _supported
|
Tue, 22 Jul 2008 13:03:21 -0500 |
Matt Mackall |
dirstate.walk: build a dict rather than yield
|
Tue, 22 Jul 2008 13:03:20 -0500 |
Matt Mackall |
dirstate.walk: minor cleanups
|
Tue, 22 Jul 2008 13:03:19 -0500 |
Matt Mackall |
dirstate.walk: push sorting up
|
Tue, 22 Jul 2008 13:03:18 -0500 |
Matt Mackall |
dirstate.walk: pull directory scanning into top-level loop
|
Tue, 22 Jul 2008 13:03:17 -0500 |
Matt Mackall |
dirstate.walk: unify match.dir logic
|
Tue, 22 Jul 2008 13:03:16 -0500 |
Matt Mackall |
dirstate.walk: simplify .hg scan bisect logic
|
Tue, 22 Jul 2008 13:03:15 -0500 |
Matt Mackall |
dirstate.walk: track normalized directory names
|
Tue, 22 Jul 2008 13:03:14 -0500 |
Matt Mackall |
dirstate: simplify normalize logic
|
Tue, 22 Jul 2008 13:03:13 -0500 |
Matt Mackall |
dirstate.walk: change names for dc and known
|
Tue, 22 Jul 2008 13:03:10 -0500 |
Matt Mackall |
dirstate.walk: fold findfiles into main walk loop
|
Tue, 22 Jul 2008 13:03:08 -0500 |
Matt Mackall |
dirstate.walk: eliminate filter function
|
Tue, 22 Jul 2008 13:02:36 -0500 |
Matt Mackall |
dirstate.walk: eliminate src from yield
|
Tue, 22 Jul 2008 13:00:22 -0500 |
Matt Mackall |
minor status fixups
|
Sun, 20 Jul 2008 21:51:13 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 20 Jul 2008 21:00:13 +0200 |
Patrick Mezard |
test-branches: add a test for long branch name (issue 1230)
|
Sun, 20 Jul 2008 12:09:37 +0200 |
Stefano Tortarolo |
branches unparseable output fix (issue1230)
|
Wed, 25 Jun 2008 19:41:43 +0100 |
Martin OConnor |
Bug:1201 hg convert on CVS working copy produces Traceback
|
Sun, 20 Jul 2008 20:00:02 +0200 |
Patrick Mezard |
Merge with main
|
Sun, 20 Jul 2008 19:25:08 +0200 |
Patrick Mezard |
dirstate: remove superfluous normalize() call in walk()
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
context: trigger missing username warning only when necessary
|
Fri, 18 Jul 2008 12:31:40 +0200 |
Christian Boos |
localrepo: do not modify a dictionary being iterated in status()
|
Sun, 20 Jul 2008 19:08:59 +0200 |
Patrick Mezard |
dirstate: fix _droppath() typo from 80605a8127e0
|
Fri, 11 Jul 2008 14:40:44 +0200 |
Patrick Mezard |
Add test for case folding issues
|
Tue, 01 Jul 2008 17:59:31 +0100 |
Paul Moore |
Sort removes first when applying updates (fixes issues 750 and 912)
|
Thu, 03 Jul 2008 20:53:14 -0700 |
byron |
Added missing --config global option to zsh_completion.
|
Mon, 07 Jul 2008 09:33:54 +0200 |
Andreas Hartmetz |
Document password syntax in repositories URLs
|
Mon, 07 Jul 2008 09:31:32 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 07 Jul 2008 09:16:09 +0200 |
Patrick Mezard |
mq: fix qrefresh losing copy information (issue 1134)
|