equal
deleted
inserted
replaced
|
1 # should fail - foo is not managed |
|
2 foo: not copying - file is not managed |
|
3 abort: no files to copy |
|
4 ? foo |
|
5 # dry-run; print a warning that this is not a real copy; foo is added |
|
6 foo was marked for addition. bar will not be committed as a copy. |
|
7 A foo |
|
8 # should print a warning that this is not a real copy; bar is added |
|
9 foo was marked for addition. bar will not be committed as a copy. |
|
10 A bar |
|
11 # should print a warning that this is not a real copy; foo is added |
|
12 bar was marked for addition. foo will not be committed as a copy. |
|
13 A foo |
|
14 # dry-run; should show that foo is clean |
|
15 C foo |
1 # should show copy |
16 # should show copy |
2 A bar |
17 A bar |
3 foo |
18 foo |
4 # shouldn't show copy |
19 # shouldn't show copy |
5 # should match |
20 # should match |