From patchwork Fri Dec 1 06:13:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,3,STABLE] tests: add globs for Windows From: Matt Harbison X-Patchwork-Id: 25845 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 01 Dec 2017 01:13:58 -0500 # HG changeset patch # User Matt Harbison # Date 1510421825 18000 # Sat Nov 11 12:37:05 2017 -0500 # Branch stable # Node ID e2eb7fb78f36ecf33f6d398fdc38d08940961ac7 # Parent 27196b7fc1acfc78711bc4b721fcc68754354c2c tests: add globs for Windows diff --git a/tests/test-amend-subrepo.t b/tests/test-amend-subrepo.t --- a/tests/test-amend-subrepo.t +++ b/tests/test-amend-subrepo.t @@ -58,7 +58,7 @@ $ echo a >> s/a $ hg add -R s - adding s/a + adding s/a (glob) $ hg amend abort: uncommitted changes in subrepository "s" (use --subrepos for recursive commit) diff --git a/tests/test-audit-subrepo.t b/tests/test-audit-subrepo.t --- a/tests/test-audit-subrepo.t +++ b/tests/test-audit-subrepo.t @@ -9,7 +9,7 @@ $ hg init sub/.hg $ echo 'sub/.hg = sub/.hg' >> .hgsub $ hg ci -qAm 'add subrepo "sub/.hg"' - abort: path 'sub/.hg' is inside nested repo 'sub' + abort: path 'sub/.hg' is inside nested repo 'sub' (glob) [255] prepare tampered repo (including the commit above): @@ -33,7 +33,7 @@ on clone (and update): $ hg clone -q hgname hgname2 - abort: path 'sub/.hg' is inside nested repo 'sub' + abort: path 'sub/.hg' is inside nested repo 'sub' (glob) [255] Test direct symlink traversal