##// END OF EJS Templates
rebase: only advance phase on successful commit
Matt Mackall -
r15923:4b088ae9 default
parent child Browse files
Show More
@@ -375,6 +375,7 b' def concludenode(repo, rev, p1, p2, comm'
375 375 targetphase = max(ctx.phase(), phases.draft)
376 376 # retractboundary doesn't overwrite upper phase inherited from parent
377 377 newnode = repo[newrev].node()
378 if newnode:
378 379 phases.retractboundary(repo, targetphase, [newnode])
379 380 return newrev
380 381 except util.Abort:
General Comments 0
You need to be logged in to leave comments. Login now