##// END OF EJS Templates
tests: unify test-paths
tests: unify test-paths

File last commit:

r11785:7d9be960 default
r11785:7d9be960 default
Show More
test-paths.t
15 lines | 368 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 .*/test-paths.t/b
no changes found
$ cd ..
$ hg -R a in dupe
comparing with .*/test-paths.t/b
no changes found
$ true