##// END OF EJS Templates
graft: use revs to make tests more readable
Stefano Tortarolo -
r15507:7186b54b stable
parent child Browse files
Show More
@@ -200,30 +200,30 b' Compare with original:'
200
200
201 View graph:
201 View graph:
202
202
203 $ hg --config extensions.graphlog= log -G --template '{author}@rev: {desc}\n'
203 $ hg --config extensions.graphlog= log -G --template '{author}@{rev}: {desc}\n'
204 @ test@rev: 3
204 @ test@11: 3
205 |
205 |
206 o test@rev: 4
206 o test@10: 4
207 |
207 |
208 o test@rev: 5
208 o test@9: 5
209 |
209 |
210 o bar@rev: 1
210 o bar@8: 1
211 |
211 |
212 o foo@rev: 2
212 o foo@7: 2
213 |
213 |
214 | o test@rev: 6
214 | o test@6: 6
215 | |\
215 | |\
216 | | o test@rev: 5
216 | | o test@5: 5
217 | | |
217 | | |
218 | o | test@rev: 4
218 | o | test@4: 4
219 | |/
219 | |/
220 | o baz@rev: 3
220 | o baz@3: 3
221 | |
221 | |
222 | o test@rev: 2
222 | o test@2: 2
223 | |
223 | |
224 | o bar@rev: 1
224 | o bar@1: 1
225 |/
225 |/
226 o test@rev: 0
226 o test@0: 0
227
227
228 Graft again onto another branch should preserve the original source
228 Graft again onto another branch should preserve the original source
229 $ hg up -q 0
229 $ hg up -q 0
General Comments 0
You need to be logged in to leave comments. Login now