##// 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 215 hg -R repo/s ci -Am0
216 216 echo s = s > repo/.hgsub
217 217 hg -R repo ci -Am1
218 hg clone repo repo2
218 hg clone repo repo2 | sed 's|from .*/sub|from .../sub|g'
219 219 hg -q -R repo2 pull -u
220 220 echo 1 > repo2/s/a
221 221 hg -R repo2/s ci -m2
@@ -266,7 +266,7 b' adding a'
266 266 adding .hgsub
267 267 committing subrepository s
268 268 updating to branch default
269 pulling subrepo s
269 pulling subrepo s from .../sub/repo/s
270 270 requesting all changes
271 271 adding changesets
272 272 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now