##// END OF EJS Templates
remove empty line and add newline at end of test/fixtures/changes.yml...
Toshi MARUYAMA -
r10388:2f555a3183a0
parent child
Show More
@@ -1,23 +1,22
1 ---
1 ---
2 changes_001:
2 changes_001:
3 id: 1
3 id: 1
4 changeset_id: 100
4 changeset_id: 100
5 action: A
5 action: A
6 path: /test/some/path/in/the/repo
6 path: /test/some/path/in/the/repo
7 from_path:
7 from_path:
8 from_revision:
8 from_revision:
9 changes_002:
9 changes_002:
10 id: 2
10 id: 2
11 changeset_id: 100
11 changeset_id: 100
12 action: A
12 action: A
13 path: /test/some/path/elsewhere/in/the/repo
13 path: /test/some/path/elsewhere/in/the/repo
14 from_path:
14 from_path:
15 from_revision:
15 from_revision:
16 changes_003:
16 changes_003:
17 id: 3
17 id: 3
18 changeset_id: 101
18 changeset_id: 101
19 action: M
19 action: M
20 path: /test/some/path/in/the/repo
20 path: /test/some/path/in/the/repo
21 from_path:
21 from_path:
22 from_revision:
22 from_revision:
23 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now