mercurial/exchange.py
changeset 34323 6c7aaf59b21e
parent 34322 10e162bb9bf5
child 34364 ff406f3e57b2
--- a/mercurial/exchange.py	Sun Sep 24 21:27:18 2017 +0200
+++ b/mercurial/exchange.py	Tue Sep 26 15:55:01 2017 +0200
@@ -1400,10 +1400,6 @@
     if pullop.fetch:
         pullop.cgresult = bundle2.combinechangegroupresults(op)
 
-    # If the bundle had a phase-heads part, then phase exchange is already done
-    if op.records['phase-heads']:
-        pullop.stepsdone.add('phases')
-
     # processing phases change
     for namespace, value in op.records['listkeys']:
         if namespace == 'phases':