Show More
@@ -1094,12 +1094,8 b' largefiles (issue4547)' | |||||
1094 |
|
1094 | |||
1095 | Move (and then undo) a directory move with only largefiles. |
|
1095 | Move (and then undo) a directory move with only largefiles. | |
1096 |
|
1096 | |||
1097 | $ listtree() { |
|
|||
1098 | > $PYTHON $TESTDIR/list-tree.py $@ |
|
|||
1099 | > } |
|
|||
1100 |
|
||||
1101 | $ cd subrepo-root |
|
1097 | $ cd subrepo-root | |
1102 | $ listtree .hglf dir* large* |
|
1098 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1103 | .hglf/ |
|
1099 | .hglf/ | |
1104 | .hglf/dir/ |
|
1100 | .hglf/dir/ | |
1105 | .hglf/dir/subdir/ |
|
1101 | .hglf/dir/subdir/ | |
@@ -1114,7 +1110,7 b' Move (and then undo) a directory move wi' | |||||
1114 | $ hg mv dir/subdir dir/subdir2 |
|
1110 | $ hg mv dir/subdir dir/subdir2 | |
1115 | moving .hglf/dir/subdir/large.bin to .hglf/dir/subdir2/large.bin (glob) |
|
1111 | moving .hglf/dir/subdir/large.bin to .hglf/dir/subdir2/large.bin (glob) | |
1116 |
|
1112 | |||
1117 | $ listtree .hglf dir* large* |
|
1113 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1118 | .hglf/ |
|
1114 | .hglf/ | |
1119 | .hglf/dir/ |
|
1115 | .hglf/dir/ | |
1120 | .hglf/dir/subdir2/ |
|
1116 | .hglf/dir/subdir2/ | |
@@ -1154,7 +1150,7 b' The content of the forgotten file should' | |||||
1154 |
|
1150 | |||
1155 | The standin for subdir2 should be deleted, not just dropped |
|
1151 | The standin for subdir2 should be deleted, not just dropped | |
1156 |
|
1152 | |||
1157 | $ listtree .hglf dir* large* |
|
1153 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1158 | .hglf/ |
|
1154 | .hglf/ | |
1159 | .hglf/dir/ |
|
1155 | .hglf/dir/ | |
1160 | .hglf/dir/subdir/ |
|
1156 | .hglf/dir/subdir/ | |
@@ -1181,7 +1177,7 b' existed under .hglf/.' | |||||
1181 | R dir/subdir/large.bin |
|
1177 | R dir/subdir/large.bin | |
1182 | ? large.orig |
|
1178 | ? large.orig | |
1183 |
|
1179 | |||
1184 | $ listtree .hglf dir* large* |
|
1180 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1185 | .hglf/ |
|
1181 | .hglf/ | |
1186 | .hglf/dir/ |
|
1182 | .hglf/dir/ | |
1187 | .hglf/dir/subdir2/ |
|
1183 | .hglf/dir/subdir2/ | |
@@ -1206,7 +1202,7 b' Start from scratch, and rename something' | |||||
1206 | dir/subdir/large.bin |
|
1202 | dir/subdir/large.bin | |
1207 | R dir/subdir/large.bin |
|
1203 | R dir/subdir/large.bin | |
1208 |
|
1204 | |||
1209 | $ listtree .hglf dir* large* |
|
1205 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1210 | .hglf/ |
|
1206 | .hglf/ | |
1211 | .hglf/dir2/ |
|
1207 | .hglf/dir2/ | |
1212 | .hglf/dir2/subdir/ |
|
1208 | .hglf/dir2/subdir/ | |
@@ -1225,7 +1221,7 b' Start from scratch, and rename something' | |||||
1225 | $ hg status -C |
|
1221 | $ hg status -C | |
1226 | ? dir2/subdir/large.bin |
|
1222 | ? dir2/subdir/large.bin | |
1227 |
|
1223 | |||
1228 | $ listtree .hglf dir* large* |
|
1224 | $ $PYTHON $TESTDIR/list-tree.py .hglf dir* large* | |
1229 | .hglf/ |
|
1225 | .hglf/ | |
1230 | .hglf/dir/ |
|
1226 | .hglf/dir/ | |
1231 | .hglf/dir/subdir/ |
|
1227 | .hglf/dir/subdir/ |
General Comments 0
You need to be logged in to leave comments.
Login now