Skip to content
Snippets Groups Projects
Commit 7186b54b07c6 authored by Stefano Tortarolo's avatar Stefano Tortarolo
Browse files

graft: use revs to make tests more readable

parent dc9fb7015d7f
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,6 @@
View graph:
$ hg --config extensions.graphlog= log -G --template '{author}@rev: {desc}\n'
@ test@rev: 3
$ hg --config extensions.graphlog= log -G --template '{author}@{rev}: {desc}\n'
@ test@11: 3
|
......@@ -205,3 +205,3 @@
|
o test@rev: 4
o test@10: 4
|
......@@ -207,3 +207,3 @@
|
o test@rev: 5
o test@9: 5
|
......@@ -209,3 +209,3 @@
|
o bar@rev: 1
o bar@8: 1
|
......@@ -211,3 +211,3 @@
|
o foo@rev: 2
o foo@7: 2
|
......@@ -213,3 +213,3 @@
|
| o test@rev: 6
| o test@6: 6
| |\
......@@ -215,3 +215,3 @@
| |\
| | o test@rev: 5
| | o test@5: 5
| | |
......@@ -217,3 +217,3 @@
| | |
| o | test@rev: 4
| o | test@4: 4
| |/
......@@ -219,3 +219,3 @@
| |/
| o baz@rev: 3
| o baz@3: 3
| |
......@@ -221,3 +221,3 @@
| |
| o test@rev: 2
| o test@2: 2
| |
......@@ -223,3 +223,3 @@
| |
| o bar@rev: 1
| o bar@1: 1
|/
......@@ -225,5 +225,5 @@
|/
o test@rev: 0
o test@0: 0
Graft again onto another branch should preserve the original source
$ hg up -q 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment