mercurial/exchange.py
changeset 34817 a80142b03552
parent 34374 100814e14b77
child 34818 6709b5661d1b
equal deleted inserted replaced
34816:e2c42f751b06 34817:a80142b03552
   535         # When:
   535         # When:
   536         # - this is a subrepo push
   536         # - this is a subrepo push
   537         # - and remote support phase
   537         # - and remote support phase
   538         # - and no changeset are to be pushed
   538         # - and no changeset are to be pushed
   539         # - and remote is publishing
   539         # - and remote is publishing
   540         # We may be in issue 3871 case!
   540         # We may be in issue 3781 case!
   541         # We drop the possible phase synchronisation done by
   541         # We drop the possible phase synchronisation done by
   542         # courtesy to publish changesets possibly locally draft
   542         # courtesy to publish changesets possibly locally draft
   543         # on the remote.
   543         # on the remote.
   544         remotephases = {'publishing': 'True'}
   544         remotephases = {'publishing': 'True'}
   545     ana = phases.analyzeremotephases(pushop.repo,
   545     ana = phases.analyzeremotephases(pushop.repo,