Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Mon, 11 Sep 2017 17:49:49 +0000 |
Mark Thomas |
scmutil: don't append .orig to backups in origbackuppath (BC)
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Wed, 30 Nov 2016 19:25:18 +0000 |
Jun Wu |
tests: replace "cp -r" with "cp -R"
|
Tue, 23 Feb 2016 11:41:47 +0100 |
Pierre-Yves David |
revert: properly revert to ancestor of p2 during merge (issue5052)
stable
|
Sun, 15 Nov 2015 21:12:13 -0500 |
Matt Harbison |
tests: fix globs for Windows
|
Thu, 12 Nov 2015 17:00:08 -0600 |
Christian Delahousse |
revert: allow configuring the .orig file location
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
context: write dirstate out explicitly after marking files as clean
|
Fri, 29 May 2015 22:23:58 +0200 |
Gilles Moris |
summary: move the parents phase marker to commit line (issue4688)
|
Thu, 14 May 2015 17:38:38 +0200 |
Gilles Moris |
summary: add a phase line (draft, secret) to the output
|
Wed, 22 Apr 2015 16:38:36 -0700 |
Martin von Zweigbergk |
revert: accept just -I/-X without paths or -a/-i (issue4592)
stable
|
Mon, 05 Jan 2015 16:52:12 -0800 |
Martin von Zweigbergk |
status: don't list files as both removed and deleted
|
Sun, 09 Nov 2014 00:10:29 -0800 |
Martin von Zweigbergk |
generate-working-copy-states: accept depth arguments on command line
|
Thu, 27 Nov 2014 12:25:01 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Nov 2014 19:40:54 -0800 |
Pierre-Yves David |
revert: look for copy information for all local modifications
stable
|
Mon, 03 Nov 2014 16:27:01 -0800 |
Martin von Zweigbergk |
test-revert: move embedded script to its own file
|
Sat, 18 Oct 2014 22:00:08 -0700 |
Martin von Zweigbergk |
test-revert: simplify generation of files
|
Sun, 19 Oct 2014 22:19:22 -0700 |
Martin von Zweigbergk |
test-revert: make sure all 'tracked' files are really tracked
|
Sat, 18 Oct 2014 18:12:54 -0700 |
Martin von Zweigbergk |
test-revert: sort by output filename again
|
Mon, 20 Oct 2014 22:54:18 -0700 |
Martin von Zweigbergk |
test-revert: name files by state, not by state transition
|
Fri, 17 Oct 2014 06:27:43 -0700 |
Martin von Zweigbergk |
test-revert: temporarily sort by input states instead of output filename
|
Sat, 18 Oct 2014 22:23:19 -0700 |
Martin von Zweigbergk |
test-revert: put content, not keys, into 'combination'
|
Fri, 17 Oct 2014 09:02:30 -0700 |
Martin von Zweigbergk |
test-revert: replace 'removed' in working copy with 'untracked-deleted'
|
Thu, 16 Oct 2014 23:59:08 -0700 |
Martin von Zweigbergk |
test-revert: removing a missing file has no effect
|
Fri, 17 Oct 2014 00:39:26 -0700 |
Martin von Zweigbergk |
test-revert: reverting an addition is the same as removing
|
Thu, 16 Oct 2014 23:36:40 -0700 |
Martin von Zweigbergk |
test-revert: reverting no change means it's clean
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Sun, 19 Oct 2014 22:09:03 -0700 |
Martin von Zweigbergk |
test-revert: remove obsolete comment about known misbehavior
|
Mon, 03 Nov 2014 11:06:51 -0600 |
Matt Mackall |
test-revert.t: fix wc check-code false positive
|
Sun, 31 Aug 2014 13:01:00 +0200 |
Pierre-Yves David |
revert: properly back up added files with local modification
|