equal
deleted
inserted
replaced
|
1 #testcases flat tree |
1 $ . "$TESTDIR/narrow-library.sh" |
2 $ . "$TESTDIR/narrow-library.sh" |
|
3 |
|
4 #if tree |
|
5 $ cat << EOF >> $HGRCPATH |
|
6 > [experimental] |
|
7 > treemanifest = 1 |
|
8 > EOF |
|
9 #endif |
2 |
10 |
3 $ hg init master |
11 $ hg init master |
4 $ cd master |
12 $ cd master |
5 $ cat >> .hg/hgrc <<EOF |
13 $ cat >> .hg/hgrc <<EOF |
6 > [narrow] |
14 > [narrow] |
230 I path:d6 |
238 I path:d6 |
231 I path:d9 |
239 I path:d9 |
232 $ hg verify |
240 $ hg verify |
233 checking changesets |
241 checking changesets |
234 checking manifests |
242 checking manifests |
|
243 checking directory manifests (tree !) |
235 crosschecking files in changesets and manifests |
244 crosschecking files in changesets and manifests |
236 checking files |
245 checking files |
237 4 files, 8 changesets, 4 total revisions |
246 4 files, 8 changesets, 4 total revisions |
238 $ hg log -T "{if(ellipsis, '...')}{node|short}: {desc}\n" |
247 $ hg log -T "{if(ellipsis, '...')}{node|short}: {desc}\n" |
239 ...*: add d10/f (glob) |
248 ...*: add d10/f (glob) |
274 Verify shouldn't claim the repo is corrupt after a widen. |
283 Verify shouldn't claim the repo is corrupt after a widen. |
275 |
284 |
276 $ hg verify |
285 $ hg verify |
277 checking changesets |
286 checking changesets |
278 checking manifests |
287 checking manifests |
|
288 checking directory manifests (tree !) |
279 crosschecking files in changesets and manifests |
289 crosschecking files in changesets and manifests |
280 checking files |
290 checking files |
281 5 files, 9 changesets, 5 total revisions |
291 5 files, 9 changesets, 5 total revisions |
282 |
292 |
283 Widening preserves parent of local commit |
293 Widening preserves parent of local commit |