sapling/tests/test-paths.t

17 lines
357 B
Perl
Raw Normal View History

2010-08-12 10:18:44 +04:00
$ 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 */b (glob)
2010-08-12 10:18:44 +04:00
no changes found
2010-09-17 02:51:32 +04:00
[1]
2010-08-12 10:18:44 +04:00
$ cd ..
$ hg -R a in dupe
comparing with */b (glob)
2010-08-12 10:18:44 +04:00
no changes found
2010-09-17 02:51:32 +04:00
[1]