Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
Mon, 22 Nov 2021 15:58:51 +0100 |
Pierre-Yves David |
dirstate: do no use `set_clean` in revert
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
Fri, 10 Apr 2020 19:58:34 +0200 |
Joerg Sonnenberger |
tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
|
Tue, 05 Feb 2019 10:30:05 -0800 |
Martin von Zweigbergk |
revert: respect ui.relative-paths
|
Wed, 06 Feb 2019 14:57:08 -0800 |
Martin von Zweigbergk |
revert: always show relative path to .orig backup
|
Fri, 21 Sep 2018 03:16:38 +0530 |
Pulkit Goyal |
py3: use print as a function in tests/test-revert.t
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Fri, 31 Aug 2018 23:28:09 +0530 |
Sushil khanchi |
revert: fix the inconsistency of status msgs in --interactive mode
|
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
|