comparison test-onsub.t @ 11:4cb3f28590fd

tests compatible with Mercurial 2.1
author jakob krainz <jakob@hawo-net.de>
date Tue, 06 Mar 2012 12:22:06 +0100
parents ecc4fd16555d
children 90b54c4fe4fe
comparison
equal deleted inserted replaced
10:97cc79ab4b3c 11:4cb3f28590fd
68 $ cd b 68 $ cd b
69 $ for d in u v; do hg init $d; echo "$d = $d" >> .hgsub; done 69 $ for d in u v; do hg init $d; echo "$d = $d" >> .hgsub; done
70 $ hg add .hgsub 70 $ hg add .hgsub
71 $ cd .. 71 $ cd ..
72 72
73 $ hg commit -m init 73 $ hg commit -m init -S
74 committing subrepository a 74 committing subrepository a
75 committing subrepository a/x 75 committing subrepository a/x
76 committing subrepository a/y 76 committing subrepository a/y
77 committing subrepository a/y/r 77 committing subrepository a/y/r
78 committing subrepository a/y/s 78 committing subrepository a/y/s