From patchwork Fri Feb 5 02:09:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3,of,4] tests: fix rebase-abort directory nesting From: timeless@mozdev.org X-Patchwork-Id: 12996 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Thu, 04 Feb 2016 20:09:44 -0600 # HG changeset patch # User timeless # Date 1454628649 0 # Thu Feb 04 23:30:49 2016 +0000 # Node ID f523a6414cecdce46685f7d3e67db942869d8803 # Parent 3d51044735f6858f85f0d32df9c03642cdbc7e55 tests: fix rebase-abort directory nesting Without this change, some test repositories were nesting needlessly diff --git a/tests/test-rebase-abort.t b/tests/test-rebase-abort.t --- a/tests/test-rebase-abort.t +++ b/tests/test-rebase-abort.t @@ -356,6 +356,7 @@ commit: (clean) update: 1 new changesets, 2 branch heads (merge) phases: 4 draft + $ cd .. test aborting a rebase succeeds after rebasing with skipped commits onto a public changeset (issue4896) @@ -389,4 +390,5 @@ [1] $ hg rebase --abort rebase aborted + $ cd ..