equal
deleted
inserted
replaced
1 # should fail - foo is not managed |
1 # should fail - foo is not managed |
2 foo: not copying - file is not managed |
2 foo: not copying - file is not managed |
3 abort: no files to copy |
3 abort: no files to copy |
4 ? foo |
4 ? foo |
5 # dry-run; print a warning that this is not a real copy; foo is added |
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. |
6 foo has not been committed yet, so no copy data will be stored for bar. |
7 A foo |
7 A foo |
8 # should print a warning that this is not a real copy; bar is added |
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. |
9 foo has not been committed yet, so no copy data will be stored for bar. |
10 A bar |
10 A bar |
11 # should print a warning that this is not a real copy; foo is added |
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. |
12 bar has not been committed yet, so no copy data will be stored for foo. |
13 A foo |
13 A foo |
14 # dry-run; should show that foo is clean |
14 # dry-run; should show that foo is clean |
15 C foo |
15 C foo |
16 # should show copy |
16 # should show copy |
17 A bar |
17 A bar |