##// 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 b' convert to hg (#1)'
140 collecting CVS rlog
140 collecting CVS rlog
141 15 log entries
141 15 log entries
142 creating changesets
142 creating changesets
143 8 changeset entries
143 9 changeset entries
144 sorting...
144 sorting...
145 converting...
145 converting...
146 7 add file1 on trunk
146 8 add file1 on trunk
147 6 add file2
147 7 add file2
148 5 add file3, file4 on branch v1_1
148 6 MERGE from v1_0: add file2
149 4 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 3 add file5 on v1_2
151 3 add file5 on v1_2
151 2 add file6 on trunk post-v1_2
152 2 add file6 on trunk post-v1_2
152 1 MERGE from v1_2: add file5
153 1 MERGE from HEAD: add file6
153 0 MERGE from HEAD: add file6
154 0 MERGE from v1_2: add file5
154
155
155 hg glog output (#1)
156 hg glog output (#1)
156
157
157 $ hg -R proj.hg glog --template "{rev} {desc}\n"
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 | o 5 add file5 on v1_2
165 |/
166 | o 3 MERGE from v1_0: add file2
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 | o 1 add file2
173 | o 1 add file2
171 |/
174 |/
@@ -184,32 +187,35 b' convert to hg (#2: with merge detection)'
184 collecting CVS rlog
187 collecting CVS rlog
185 15 log entries
188 15 log entries
186 creating changesets
189 creating changesets
187 8 changeset entries
190 9 changeset entries
188 sorting...
191 sorting...
189 converting...
192 converting...
190 7 add file1 on trunk
193 8 add file1 on trunk
191 6 add file2
194 7 add file2
192 5 add file3, file4 on branch v1_1
195 6 MERGE from v1_0: add file2
193 4 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 3 add file5 on v1_2
198 3 add file5 on v1_2
195 2 add file6 on trunk post-v1_2
199 2 add file6 on trunk post-v1_2
196 1 MERGE from v1_2: add file5
200 1 MERGE from HEAD: add file6
197 0 MERGE from HEAD: add file6
201 0 MERGE from v1_2: add file5
198
202
199 hg glog output (#2)
203 hg glog output (#2)
200
204
201 $ hg -R proj.hg2 glog --template "{rev} {desc}\n"
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
212 | o 5 add file5 on v1_2
209 |/
210 | o 3 MERGE from v1_0: add file2
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 | o 1 add file2
220 | o 1 add file2
215 |/
221 |/
@@ -395,12 +395,11 b' testing debugcvsps'
395 Author: * (glob)
395 Author: * (glob)
396 Branch: HEAD
396 Branch: HEAD
397 Tag: (none)
397 Tag: (none)
398 Branchpoints: branch
399 Log:
398 Log:
400 ci1
399 ci1
401
400
402 Members:
401 Members:
403 a:1.1->1.2
402 b/c:1.2->1.3
404
403
405 ---------------------
404 ---------------------
406 PatchSet 6
405 PatchSet 6
@@ -408,11 +407,12 b' testing debugcvsps'
408 Author: * (glob)
407 Author: * (glob)
409 Branch: HEAD
408 Branch: HEAD
410 Tag: (none)
409 Tag: (none)
410 Branchpoints: branch
411 Log:
411 Log:
412 ci1
412 ci1
413
413
414 Members:
414 Members:
415 b/c:1.2->1.3
415 a:1.1->1.2
416
416
417 ---------------------
417 ---------------------
418 PatchSet 7
418 PatchSet 7
General Comments 0
You need to be logged in to leave comments. Login now