##// END OF EJS Templates
remove empty line and add newline at end of test/fixtures/changesets.yml...
Toshi MARUYAMA -
r10391:3a683c8ef312
parent child
Show More
@@ -1,104 +1,103
1 1 ---
2 2 changesets_001:
3 3 commit_date: 2007-04-11
4 4 committed_on: 2007-04-11 15:14:44 +02:00
5 5 revision: 1
6 6 id: 100
7 7 comments: My very first commit
8 8 repository_id: 10
9 9 committer: dlopper
10 10 user_id: 3
11 11 changesets_002:
12 12 commit_date: 2007-04-12
13 13 committed_on: 2007-04-12 15:14:44 +02:00
14 14 revision: 2
15 15 id: 101
16 16 comments: 'This commit fixes #1, #2 and references #1 & #3'
17 17 repository_id: 10
18 18 committer: dlopper
19 19 user_id: 3
20 20 changesets_003:
21 21 commit_date: 2007-04-12
22 22 committed_on: 2007-04-12 15:14:44 +02:00
23 23 revision: 3
24 24 id: 102
25 25 comments: |-
26 26 A commit with wrong issue ids
27 27 IssueID #666 #3
28 28 repository_id: 10
29 29 committer: dlopper
30 30 user_id: 3
31 31 changesets_004:
32 32 commit_date: 2007-04-12
33 33 committed_on: 2007-04-12 15:14:44 +02:00
34 34 revision: 4
35 35 id: 103
36 36 comments: |-
37 37 A commit with an issue id of an other project
38 38 IssueID 4 2
39 39 repository_id: 10
40 40 committer: dlopper
41 41 user_id: 3
42 42 changesets_005:
43 43 commit_date: "2007-09-10"
44 44 comments: Modified one file in the folder.
45 45 committed_on: 2007-09-10 19:01:08
46 46 revision: "5"
47 47 id: 104
48 48 scmid:
49 49 user_id: 3
50 50 repository_id: 10
51 51 committer: dlopper
52 52 changesets_006:
53 53 commit_date: "2007-09-10"
54 54 comments: Moved helloworld.rb from / to /folder.
55 55 committed_on: 2007-09-10 19:01:47
56 56 revision: "6"
57 57 id: 105
58 58 scmid:
59 59 user_id: 3
60 60 repository_id: 10
61 61 committer: dlopper
62 62 changesets_007:
63 63 commit_date: "2007-09-10"
64 64 comments: Removed one file.
65 65 committed_on: 2007-09-10 19:02:16
66 66 revision: "7"
67 67 id: 106
68 68 scmid:
69 69 user_id: 3
70 70 repository_id: 10
71 71 committer: dlopper
72 72 changesets_008:
73 73 commit_date: "2007-09-10"
74 74 comments: |-
75 75 This commits references an issue.
76 76 Refs #2
77 77 committed_on: 2007-09-10 19:04:35
78 78 revision: "8"
79 79 id: 107
80 80 scmid:
81 81 user_id: 3
82 82 repository_id: 10
83 83 committer: dlopper
84 84 changesets_009:
85 85 commit_date: "2009-09-10"
86 86 comments: One file added.
87 87 committed_on: 2009-09-10 19:04:35
88 88 revision: "9"
89 89 id: 108
90 90 scmid:
91 91 user_id: 3
92 92 repository_id: 10
93 93 committer: dlopper
94 94 changesets_010:
95 95 commit_date: "2009-09-10"
96 96 comments: Same file modified.
97 97 committed_on: 2009-09-10 19:04:35
98 98 revision: "10"
99 99 id: 109
100 100 scmid:
101 101 user_id: 3
102 102 repository_id: 10
103 103 committer: dlopper
104 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now