comparison tests/test-dumprevlog.out @ 6465:9b340e725c11

add tests for contrib/dumprevlog and undumprevlog
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 03 Apr 2008 17:17:39 +0200
parents
children 368a4ec603cc
comparison
equal deleted inserted replaced
6464:5b008e2ec48a 6465:9b340e725c11
1 checking changesets
2 checking manifests
3 crosschecking files in changesets and manifests
4 checking files
5 1 files, 3 changesets, 3 total revisions
6 dumping revlog of file a to stdout:
7 file: .hg/store/data/a.i
8 node: 183d2312b35066fb6b3b449b84efc370d50993d0
9 linkrev: 0
10 parents: 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000
11 length: 15
12 -start-
13 this is file a
14
15 -end-
16 node: b1047953b6e6b633c0d8197eaa5116fbdfd3095b
17 linkrev: 1
18 parents: 183d2312b35066fb6b3b449b84efc370d50993d0 0000000000000000000000000000000000000000
19 length: 32
20 -start-
21 this is file a
22 adding to file a
23
24 -end-
25 node: 8c4fd1f7129b8cdec6c7f58bf48fb5237a4030c1
26 linkrev: 2
27 parents: b1047953b6e6b633c0d8197eaa5116fbdfd3095b 0000000000000000000000000000000000000000
28 length: 54
29 -start-
30 this is file a
31 adding to file a
32 adding more to file a
33
34 -end-
35 dumprevlog done
36 undumping:
37 .hg/store/data/a.i
38 .hg/store/00manifest.i
39 .hg/store/00changelog.i
40 undumping done
41 checking changesets
42 checking manifests
43 crosschecking files in changesets and manifests
44 checking files
45 1 files, 3 changesets, 3 total revisions
46 comparing repos:
47 comparing with repo-a
48 searching for changes
49 no changes found
50 comparing with repo-b
51 searching for changes
52 no changes found
53 comparing done