Mercurial > hg
annotate tests/test-convert-bzr.out @ 8063:ee8d9b93b316
convert/p4: win32 fixes
* cmd.exe does not know single quotes
* win32 does not like trailing whitespace very much. Trade test coverage for
maintenance time and drop the trailing whitespaces tests.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 13 Apr 2009 16:15:45 +0200 |
parents | e09a2f2ef85d |
children | adce97d28389 |
rev | line source |
---|---|
7053 | 1 % create and rename on the same file in the same step |
2 a => b | |
8036
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
3 c => d |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
4 e => f |
7053 | 5 initializing destination source-hg repository |
6 scanning source... | |
7 sorting... | |
8 converting... | |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
9 1 Initial add: a, c, e |
8036
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
10 0 rename a into b, create a, rename c into d |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
11 o 1 "rename a into b, create a, rename c into d" files: a b c d e f |
7053 | 12 | |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
13 o 0 "Initial add: a, c, e" files: a c e |
7053 | 14 |
8036
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
15 % manifest |
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
16 a |
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
17 b |
dbcf5d52fcf5
test-convert-bzr: check renamed files are removed (issue1505)
Patrick Mezard <pmezard@gmail.com>
parents:
7053
diff
changeset
|
18 d |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
19 f |
7053 | 20 % test --rev option |
21 initializing destination source-1-hg repository | |
22 scanning source... | |
23 sorting... | |
24 converting... | |
8045
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
25 0 Initial add: a, c, e |
e09a2f2ef85d
convert/bzr: fix file rename replaced by a dir case (issue1583)
Patrick Mezard <pmezard@gmail.com>
parents:
8036
diff
changeset
|
26 o 0 "Initial add: a, c, e" files: a c e |
7053 | 27 |
28 % merge | |
29 initializing destination source-hg repository | |
30 scanning source... | |
31 sorting... | |
32 converting... | |
33 3 Initial add | |
34 2 Editing a | |
35 1 Editing b | |
36 0 Merged improve branch | |
37 o 3 "Merged improve branch" files: | |
38 |\ | |
39 | o 2 "Editing b" files: b | |
40 | | | |
41 o | 1 "Editing a" files: a | |
42 |/ | |
43 o 0 "Initial add" files: a b | |
44 | |
45 % symlinks and executable files | |
46 initializing destination source-hg repository | |
47 scanning source... | |
48 sorting... | |
49 converting... | |
50 1 Initial setup | |
51 0 Symlink changed, x bits changed | |
52 % manifest of 0 | |
53 644 altname | |
54 755 * program | |
55 % manifest of tip | |
56 644 altname | |
57 755 * newprog | |
58 644 program |