tests: add globs for Windows

This commit is contained in:
Matt Harbison 2017-11-11 12:37:05 -05:00
parent d46d87090c
commit d913b0c5b9
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ amend with dirty subrepo
$ 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)

View File

@ -9,7 +9,7 @@ on commit:
$ 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 @@ prepare tampered repo (including the commit above):
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