hgext/split.py
changeset 38424 4f885770c4a2
parent 38069 5ba0cf22e4d0
child 40293 c303d65d2e34
--- a/hgext/split.py	Tue Jun 19 11:07:40 2018 -0700
+++ b/hgext/split.py	Tue Jun 19 13:49:06 2018 -0700
@@ -170,7 +170,7 @@
         raise error.Abort(_('cannot split an empty revision'))
 
     scmutil.cleanupnodes(repo, {ctx.node(): [c.node() for c in committed]},
-                         operation='split')
+                         operation='split', fixphase=True)
 
     return committed[-1]