test-paths.t
16 lines
| 357 B
| text/troff
|
Tads3Lexer
/ tests / test-paths.t
Nicolas Dumazet
|
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 | ||||
Erik Zielke
|
r12587 | comparing with */b (glob) | ||
Nicolas Dumazet
|
r11785 | no changes found | ||
Matt Mackall
|
r12316 | [1] | ||
Nicolas Dumazet
|
r11785 | $ cd .. | ||
$ hg -R a in dupe | ||||
Erik Zielke
|
r12587 | comparing with */b (glob) | ||
Nicolas Dumazet
|
r11785 | no changes found | ||
Matt Mackall
|
r12316 | [1] | ||