tests: add a test demonstrating we still use graft in conflict markers
This patch adds a test which shows that we still use the word graft in the
conflict markers. Next patch will start using evolve instead of graft.
--- a/tests/test-evolve-phase.t Wed Jan 10 15:59:35 2018 +0530
+++ b/tests/test-evolve-phase.t Thu Jan 11 18:38:09 2018 +0530
@@ -91,6 +91,17 @@
abort: unresolved merge conflicts (see hg help resolve)
[255]
+ $ hg diff
+ diff -r 87495ea7c9ec a
+ --- a/a Thu Jan 01 00:00:00 1970 +0000
+ +++ b/a Thu Jan 01 00:00:00 1970 +0000
+ @@ -1,1 +1,5 @@
+ +<<<<<<< local: 87495ea7c9ec - test: b
+ b2
+ +=======
+ +c
+ +>>>>>>> graft: 13833940840c - test: c
+
$ hg glog
@ 3 - 87495ea7c9ec b (draft)
|