##// END OF EJS Templates
commit: clear mergestate also with --amend (issue6304)...
Martin von Zweigbergk -
r45948:6ba7190f default
parent child Browse files
Show More
@@ -3259,6 +3259,7 b' def amend(ui, repo, old, extra, pats, op'
3259 3259 if opts.get(b'secret'):
3260 3260 commitphase = phases.secret
3261 3261 newid = repo.commitctx(new)
3262 ms.reset()
3262 3263
3263 3264 # Reroute the working copy parent to the new changeset
3264 3265 repo.setparents(newid, nullid)
@@ -113,7 +113,6 b' Nothing changed'
113 113 $ hg ci --amend --config experimental.evolution.allowunstable=True
114 114 1 new orphan changesets
115 115 $ hg resolve -l
116 R f
117 116 $ cd ..
118 117 #endif
119 118
General Comments 0
You need to be logged in to leave comments. Login now