# HG changeset patch # User Danny Hooper # Date 2019-05-22 23:20:34 # Node ID b02f3aa2fab572dac4deb5271d349d1cdceedf96 # Parent 52beb1b8a64967bead7bc9e8a63c460430729b7a test: add missing 'cd ..' to test case Differential Revision: https://phab.mercurial-scm.org/D6439 diff --git a/tests/test-fix.t b/tests/test-fix.t --- a/tests/test-fix.t +++ b/tests/test-fix.t @@ -834,6 +834,8 @@ fixing the working directory if there ar (use 'hg rebase --continue' or 'hg rebase --abort') [255] + $ cd .. + When fixing a file that was renamed, we should diff against the source of the rename for incremental fixing and we should correctly reproduce the rename in the replacement revision.