##// END OF EJS Templates
Adjusted output of test-subrepo for issue1977 to 05856e682521
Thomas Arendsen Hein -
r11086:c2601c21 default
parent child Browse files
Show More
@@ -215,7 +215,7 b' echo a > repo/s/a'
215 hg -R repo/s ci -Am0
215 hg -R repo/s ci -Am0
216 echo s = s > repo/.hgsub
216 echo s = s > repo/.hgsub
217 hg -R repo ci -Am1
217 hg -R repo ci -Am1
218 hg clone repo repo2
218 hg clone repo repo2 | sed 's|from .*/sub|from .../sub|g'
219 hg -q -R repo2 pull -u
219 hg -q -R repo2 pull -u
220 echo 1 > repo2/s/a
220 echo 1 > repo2/s/a
221 hg -R repo2/s ci -m2
221 hg -R repo2/s ci -m2
@@ -266,7 +266,7 b' adding a'
266 adding .hgsub
266 adding .hgsub
267 committing subrepository s
267 committing subrepository s
268 updating to branch default
268 updating to branch default
269 pulling subrepo s
269 pulling subrepo s from .../sub/repo/s
270 requesting all changes
270 requesting all changes
271 adding changesets
271 adding changesets
272 adding manifests
272 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now