--- a/mercurial/cmdutil.py Thu Dec 24 19:25:44 2015 +0000
+++ b/mercurial/cmdutil.py Thu Dec 24 20:46:06 2015 +0000
@@ -3364,6 +3364,8 @@
util.unlink(repo.join(f))
afterresolvedstates = [
+ ('graftstate',
+ _('hg graft --continue')),
]
def checkafterresolved(repo):
--- a/tests/test-graft.t Thu Dec 24 19:25:44 2015 +0000
+++ b/tests/test-graft.t Thu Dec 24 20:46:06 2015 +0000
@@ -246,6 +246,7 @@
$ echo b > e
$ hg resolve -m e
(no more unresolved files)
+ continue: hg graft --continue
Continue with a revision should fail:
@@ -440,6 +441,7 @@
$ echo b > a
$ hg resolve -m a
(no more unresolved files)
+ continue: hg graft --continue
$ hg graft -c
grafting 1:5d205f8b35b6 "1"
$ hg export tip --git
@@ -469,6 +471,7 @@
$ hg resolve --all
merging a and b to b
(no more unresolved files)
+ continue: hg graft --continue
$ hg graft -c
grafting 2:5c095ad7e90f "2"
$ hg export tip --git
@@ -759,6 +762,7 @@
$ echo abc > a
$ hg resolve -m a
(no more unresolved files)
+ continue: hg graft --continue
$ hg graft -c
grafting 28:50a516bb8b57 "28"
$ cat a
--- a/tests/test-issue1175.t Thu Dec 24 19:25:44 2015 +0000
+++ b/tests/test-issue1175.t Thu Dec 24 20:46:06 2015 +0000
@@ -78,6 +78,7 @@
$ echo b3 >> b
$ hg resolve --mark b
(no more unresolved files)
+ continue: hg graft --continue
$ hg graft --continue
grafting 1:5974126fad84 "b1"
warning: can't find ancestor for 'b' copied from 'a'!