Mercurial > hg
changeset 35166:ba6324ee49e9 stable
tests: add globs for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 11 Nov 2017 12:37:05 -0500 |
parents | 27196b7fc1ac |
children | 9fb2b0b41bec |
files | tests/test-amend-subrepo.t tests/test-audit-subrepo.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-amend-subrepo.t Sat Nov 25 15:29:34 2017 +0900 +++ b/tests/test-amend-subrepo.t Sat Nov 11 12:37:05 2017 -0500 @@ -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)
--- a/tests/test-audit-subrepo.t Sat Nov 25 15:29:34 2017 +0900 +++ b/tests/test-audit-subrepo.t Sat Nov 11 12:37:05 2017 -0500 @@ -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