7053
|
1 % create and rename on the same file in the same step
|
|
2 a => b
|
|
3 initializing destination source-hg repository
|
|
4 scanning source...
|
|
5 sorting...
|
|
6 converting...
|
|
7 1 Initial add: a
|
|
8 0 rename a into b, create a
|
|
9 o 1 "rename a into b, create a" files: a b
|
|
10 |
|
|
11 o 0 "Initial add: a" files: a
|
|
12
|
|
13 % test --rev option
|
|
14 initializing destination source-1-hg repository
|
|
15 scanning source...
|
|
16 sorting...
|
|
17 converting...
|
|
18 0 Initial add: a
|
|
19 o 0 "Initial add: a" files: a
|
|
20
|
|
21 % merge
|
|
22 initializing destination source-hg repository
|
|
23 scanning source...
|
|
24 sorting...
|
|
25 converting...
|
|
26 3 Initial add
|
|
27 2 Editing a
|
|
28 1 Editing b
|
|
29 0 Merged improve branch
|
|
30 o 3 "Merged improve branch" files:
|
|
31 |\
|
|
32 | o 2 "Editing b" files: b
|
|
33 | |
|
|
34 o | 1 "Editing a" files: a
|
|
35 |/
|
|
36 o 0 "Initial add" files: a b
|
|
37
|
|
38 % symlinks and executable files
|
|
39 initializing destination source-hg repository
|
|
40 scanning source...
|
|
41 sorting...
|
|
42 converting...
|
|
43 1 Initial setup
|
|
44 0 Symlink changed, x bits changed
|
|
45 % manifest of 0
|
|
46 644 altname
|
|
47 755 * program
|
|
48 % manifest of tip
|
|
49 644 altname
|
|
50 755 * newprog
|
|
51 644 program
|