comparison tests/test-subrepo @ 11086:c2601c216333

Adjusted output of test-subrepo for issue1977 to 05856e682521
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 02 May 2010 09:15:17 +0200
parents 37d1b20168d1
children c4347e48b0d0
comparison
equal deleted inserted replaced
11085:0c8646292ca4 11086:c2601c216333
213 hg init repo/s 213 hg init repo/s
214 echo a > repo/s/a 214 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
222 hg -q -R repo2/s push 222 hg -q -R repo2/s push
223 hg -R repo2/s up -C 0 223 hg -R repo2/s up -C 0