1179 $ hg st subrepo-2/file |
1179 $ hg st subrepo-2/file |
1180 |
1180 |
1181 Check that share works with subrepo |
1181 Check that share works with subrepo |
1182 $ hg --config extensions.share= share . ../shared |
1182 $ hg --config extensions.share= share . ../shared |
1183 updating working directory |
1183 updating working directory |
1184 cloning subrepo subrepo-2 from $TESTTMP/subrepo-status/subrepo-2 |
1184 sharing subrepo subrepo-1 from $TESTTMP/subrepo-status/subrepo-1 |
|
1185 sharing subrepo subrepo-2 from $TESTTMP/subrepo-status/subrepo-2 |
1185 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
1186 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
1186 $ test -f ../shared/subrepo-1/.hg/sharedpath |
1187 $ find ../shared/* | sort |
1187 [1] |
1188 ../shared/subrepo-1 |
|
1189 ../shared/subrepo-1/.hg |
|
1190 ../shared/subrepo-1/.hg/cache |
|
1191 ../shared/subrepo-1/.hg/cache/storehash |
|
1192 ../shared/subrepo-1/.hg/cache/storehash/* (glob) |
|
1193 ../shared/subrepo-1/.hg/hgrc |
|
1194 ../shared/subrepo-1/.hg/requires |
|
1195 ../shared/subrepo-1/.hg/sharedpath |
|
1196 ../shared/subrepo-2 |
|
1197 ../shared/subrepo-2/.hg |
|
1198 ../shared/subrepo-2/.hg/branch |
|
1199 ../shared/subrepo-2/.hg/cache |
|
1200 ../shared/subrepo-2/.hg/cache/checkisexec (execbit !) |
|
1201 ../shared/subrepo-2/.hg/cache/checklink (symlink !) |
|
1202 ../shared/subrepo-2/.hg/cache/checklink-target (symlink !) |
|
1203 ../shared/subrepo-2/.hg/cache/storehash |
|
1204 ../shared/subrepo-2/.hg/cache/storehash/* (glob) |
|
1205 ../shared/subrepo-2/.hg/dirstate |
|
1206 ../shared/subrepo-2/.hg/hgrc |
|
1207 ../shared/subrepo-2/.hg/requires |
|
1208 ../shared/subrepo-2/.hg/sharedpath |
|
1209 ../shared/subrepo-2/file |
1188 $ hg -R ../shared in |
1210 $ hg -R ../shared in |
1189 abort: repository default not found! |
1211 abort: repository default not found! |
1190 [255] |
1212 [255] |
1191 $ hg -R ../shared/subrepo-2 showconfig paths |
1213 $ hg -R ../shared/subrepo-2 showconfig paths |
1192 paths.default=$TESTTMP/subrepo-status/subrepo-2 |
1214 paths.default=$TESTTMP/subrepo-status/subrepo-2 |