##// END OF EJS Templates
tests: unify test-http-branchmap
tests: unify test-http-branchmap

File last commit:

r12376:97ffc68f default
r12447:f5f90d38 default
Show More
test-paths.t
16 lines | 383 B | text/troff | Tads3Lexer
Nicolas Dumazet
tests: unify test-paths
r11785 $ 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
Brodie Rao
tests: add glob matching for unified tests...
r12376 comparing with */test-paths.t/b (glob)
Nicolas Dumazet
tests: unify test-paths
r11785 no changes found
Matt Mackall
tests: add exit codes to unified tests
r12316 [1]
Nicolas Dumazet
tests: unify test-paths
r11785 $ cd ..
$ hg -R a in dupe
Brodie Rao
tests: add glob matching for unified tests...
r12376 comparing with */test-paths.t/b (glob)
Nicolas Dumazet
tests: unify test-paths
r11785 no changes found
Matt Mackall
tests: add exit codes to unified tests
r12316 [1]