comparison mercurial/exchange.py @ 21012:c827a0028e6f

exchange: restore truncated comment The old version of this comment appeared to have been trunca
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sun, 13 Apr 2014 12:21:09 -0400
parents 3d38ebb586fe
children 7731a2281cf0
comparison
equal deleted inserted replaced
21011:2db41f95c4a2 21012:c827a0028e6f
292 # We may be in issue 3871 case! 292 # We may be in issue 3871 case!
293 # We drop the possible phase synchronisation done by 293 # We drop the possible phase synchronisation done by
294 # courtesy to publish changesets possibly locally draft 294 # courtesy to publish changesets possibly locally draft
295 # on the remote. 295 # on the remote.
296 remotephases = {'publishing': 'True'} 296 remotephases = {'publishing': 'True'}
297 if not remotephases: # old server or public only rer 297 if not remotephases: # old server or public only reply from non-publishing
298 _localphasemove(pushop, cheads) 298 _localphasemove(pushop, cheads)
299 # don't push any phase data as there is nothing to push 299 # don't push any phase data as there is nothing to push
300 else: 300 else:
301 ana = phases.analyzeremotephases(pushop.repo, cheads, 301 ana = phases.analyzeremotephases(pushop.repo, cheads,
302 remotephases) 302 remotephases)