tests/test-revert.t
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
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
Sat, 02 Aug 2014 11:32:24 -0700 Pierre-Yves David revert: simplify handling of `added` files
Tue, 24 Jun 2014 17:27:18 +0100 Pierre-Yves David revert: use modified information from both statuses
Thu, 31 Jul 2014 15:52:56 -0700 Pierre-Yves David revert: also track clean files
Thu, 31 Jul 2014 16:03:26 -0700 Pierre-Yves David revert: issue "no changes needed" message for files missing on both side
Wed, 25 Jun 2014 17:40:41 +0100 Pierre-Yves David test-revert: add case where file is tracked but deleted in working directory
Fri, 27 Jun 2014 18:25:19 +0200 Pierre-Yves David test-revert: add case with untracked files with unique content
Fri, 27 Jun 2014 18:23:45 +0200 Pierre-Yves David test-revert: add case with untracked files with reverted content
Fri, 27 Jun 2014 18:10:45 +0200 Pierre-Yves David test-revert: add case where file exists but is untracked in working directory
Fri, 27 Jun 2014 18:09:46 +0200 Pierre-Yves David test-revert: add case where the file is marked as removed in the wc
Fri, 27 Jun 2014 18:08:16 +0200 Pierre-Yves David test-revert: add case where wc content is different from "base" and "parent"
Fri, 27 Jun 2014 18:07:33 +0200 Pierre-Yves David test-revert: add case where wc content is already reverted to base content
Fri, 27 Jun 2014 18:02:09 +0200 Pierre-Yves David test-revert: add case where file exists neither in "base" nor in "parent"
Fri, 27 Jun 2014 18:01:16 +0200 Pierre-Yves David test-revert: add case where the file is removed between "base" and "parent"
Fri, 27 Jun 2014 18:00:49 +0200 Pierre-Yves David test-revert: add case where file is unchanged between "base" and "parent"
Wed, 25 Jun 2014 17:37:13 +0100 Pierre-Yves David test-revert: add case where file is added between "base" and "parent"
Wed, 25 Jun 2014 17:31:53 +0100 Pierre-Yves David test-revert: add methodical revert to "base" with explicit file path
Wed, 25 Jun 2014 17:22:47 +0100 Pierre-Yves David test-revert: add methodical revert with explicit file path
Wed, 25 Jun 2014 17:16:05 +0100 Pierre-Yves David test-revert: add methodical revert to "base"
Wed, 25 Jun 2014 17:03:55 +0100 Pierre-Yves David test-revert: add methodical revert to parent for working directory
Wed, 25 Jun 2014 17:24:18 +0100 Pierre-Yves David test-revert: display the list of all generated cases
Fri, 27 Jun 2014 16:08:09 +0200 Pierre-Yves David test-revert: also create a text version of the snapshot
less more (0) -60 tip