Mercurial > hg
annotate tests/test-git-import.out @ 2982:890e285c52a1
revert: require --all to revert all files.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Mon, 21 Aug 2006 09:44:52 -0700 |
parents | b70740aefa4d |
children | 1c9b6f1237e0 |
rev | line source |
---|---|
2864 | 1 % new file |
2 applying patch from stdin | |
3 % chmod +x | |
4 applying patch from stdin | |
5 % copy | |
6 applying patch from stdin | |
7 a | |
8 a | |
9 % rename | |
10 applying patch from stdin | |
11 copyx | |
12 new | |
13 rename | |
14 % delete | |
15 applying patch from stdin | |
16 new | |
17 rename | |
18 % regular diff | |
19 applying patch from stdin | |
20 % copy and modify | |
21 applying patch from stdin | |
22 a | |
23 a | |
24 b | |
25 a | |
26 a | |
27 % rename and modify | |
28 applying patch from stdin | |
29 copy2: No such file or directory | |
30 a | |
31 a | |
32 b | |
33 c | |
34 a |