Show More
@@ -1,10 +1,15 b'' | |||||
1 | #!/bin/sh |
|
1 | $ hg init a | |
2 | hg init a |
|
2 | $ hg clone a b | |
3 | hg clone a b |
|
3 | updating to branch default | |
4 | cd a |
|
4 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
5 | echo '[paths]' >> .hg/hgrc |
|
5 | $ cd a | |
6 |
echo ' |
|
6 | $ echo '[paths]' >> .hg/hgrc | |
7 | hg in dupe | fgrep '../' |
|
7 | $ echo 'dupe = ../b' >> .hg/hgrc | |
8 | cd .. |
|
8 | $ hg in dupe | |
9 | hg -R a in dupe | fgrep '../' |
|
9 | comparing with .*/test-paths.t/b | |
10 | true |
|
10 | no changes found | |
|
11 | $ cd .. | |||
|
12 | $ hg -R a in dupe | |||
|
13 | comparing with .*/test-paths.t/b | |||
|
14 | no changes found | |||
|
15 | $ true |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now