##// END OF EJS Templates
tests: remove redundant globs...
tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.

File last commit:

r12640:6cc4b14f default
r12640:6cc4b14f default
Show More
test-paths.t
16 lines | 357 B | text/troff | Tads3Lexer
$ hg init a
$ hg clone a b
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd a
$ echo '[paths]' >> .hg/hgrc
$ echo 'dupe = ../b' >> .hg/hgrc
$ hg in dupe
comparing with $TESTTMP/b
no changes found
[1]
$ cd ..
$ hg -R a in dupe
comparing with $TESTTMP/b
no changes found
[1]