##// END OF EJS Templates
tests: update test-convert-cvs*.t...
Bryan O'Sullivan -
r18262:ed923a2d default
parent child Browse files
Show More
@@ -140,32 +140,35 convert to hg (#1)
140 140 collecting CVS rlog
141 141 15 log entries
142 142 creating changesets
143 8 changeset entries
143 9 changeset entries
144 144 sorting...
145 145 converting...
146 7 add file1 on trunk
147 6 add file2
148 5 add file3, file4 on branch v1_1
149 4 MERGE from v1_0: add file2
146 8 add file1 on trunk
147 7 add file2
148 6 MERGE from v1_0: add file2
149 5 file file3 was initially added on branch v1_1.
150 4 add file3, file4 on branch v1_1
150 151 3 add file5 on v1_2
151 152 2 add file6 on trunk post-v1_2
152 1 MERGE from v1_2: add file5
153 0 MERGE from HEAD: add file6
153 1 MERGE from HEAD: add file6
154 0 MERGE from v1_2: add file5
154 155
155 156 hg glog output (#1)
156 157
157 158 $ hg -R proj.hg glog --template "{rev} {desc}\n"
158 o 7 MERGE from HEAD: add file6
159 o 8 MERGE from v1_2: add file5
159 160 |
160 | o 6 MERGE from v1_2: add file5
161 | o 7 MERGE from HEAD: add file6
161 162 | |
162 | o 5 add file6 on trunk post-v1_2
163 o | 6 add file6 on trunk post-v1_2
163 164 | |
164 o | 4 add file5 on v1_2
165 |/
166 | o 3 MERGE from v1_0: add file2
165 | o 5 add file5 on v1_2
167 166 | |
168 | o 2 add file3, file4 on branch v1_1
167 | | o 4 add file3, file4 on branch v1_1
168 | | |
169 o | | 3 file file3 was initially added on branch v1_1.
170 |/ /
171 | o 2 MERGE from v1_0: add file2
169 172 |/
170 173 | o 1 add file2
171 174 |/
@@ -184,32 +187,35 convert to hg (#2: with merge detection)
184 187 collecting CVS rlog
185 188 15 log entries
186 189 creating changesets
187 8 changeset entries
190 9 changeset entries
188 191 sorting...
189 192 converting...
190 7 add file1 on trunk
191 6 add file2
192 5 add file3, file4 on branch v1_1
193 4 MERGE from v1_0: add file2
193 8 add file1 on trunk
194 7 add file2
195 6 MERGE from v1_0: add file2
196 5 file file3 was initially added on branch v1_1.
197 4 add file3, file4 on branch v1_1
194 198 3 add file5 on v1_2
195 199 2 add file6 on trunk post-v1_2
196 1 MERGE from v1_2: add file5
197 0 MERGE from HEAD: add file6
200 1 MERGE from HEAD: add file6
201 0 MERGE from v1_2: add file5
198 202
199 203 hg glog output (#2)
200 204
201 205 $ hg -R proj.hg2 glog --template "{rev} {desc}\n"
202 o 7 MERGE from HEAD: add file6
206 o 8 MERGE from v1_2: add file5
203 207 |
204 | o 6 MERGE from v1_2: add file5
208 | o 7 MERGE from HEAD: add file6
205 209 | |
206 | o 5 add file6 on trunk post-v1_2
210 o | 6 add file6 on trunk post-v1_2
207 211 | |
208 o | 4 add file5 on v1_2
209 |/
210 | o 3 MERGE from v1_0: add file2
212 | o 5 add file5 on v1_2
211 213 | |
212 | o 2 add file3, file4 on branch v1_1
214 | | o 4 add file3, file4 on branch v1_1
215 | | |
216 o | | 3 file file3 was initially added on branch v1_1.
217 |/ /
218 | o 2 MERGE from v1_0: add file2
213 219 |/
214 220 | o 1 add file2
215 221 |/
@@ -395,12 +395,11 testing debugcvsps
395 395 Author: * (glob)
396 396 Branch: HEAD
397 397 Tag: (none)
398 Branchpoints: branch
399 398 Log:
400 399 ci1
401 400
402 401 Members:
403 a:1.1->1.2
402 b/c:1.2->1.3
404 403
405 404 ---------------------
406 405 PatchSet 6
@@ -408,11 +407,12 testing debugcvsps
408 407 Author: * (glob)
409 408 Branch: HEAD
410 409 Tag: (none)
410 Branchpoints: branch
411 411 Log:
412 412 ci1
413 413
414 414 Members:
415 b/c:1.2->1.3
415 a:1.1->1.2
416 416
417 417 ---------------------
418 418 PatchSet 7
General Comments 0
You need to be logged in to leave comments. Login now