# HG changeset patch # User Boris Feld # Date 1508150202 -7200 # Node ID a80142b0355242c0887ac63135ec55903dd88cda # Parent e2c42f751b06d03298526306c190caa13d8602fa exchange: fix issue3781 reference in the comment This comment is about: issue3781: Courtesy Phases synchronisation to publishing server prevent subrepo push Not about: issue3871: Slow hg log when template contains {file_adds}, {file_mods} and {file_dels} diff -r e2c42f751b06 -r a80142b03552 mercurial/exchange.py --- a/mercurial/exchange.py Wed Oct 11 20:08:02 2017 +0200 +++ b/mercurial/exchange.py Mon Oct 16 12:36:42 2017 +0200 @@ -537,7 +537,7 @@ # - and remote support phase # - and no changeset are to be pushed # - and remote is publishing - # We may be in issue 3871 case! + # We may be in issue 3781 case! # We drop the possible phase synchronisation done by # courtesy to publish changesets possibly locally draft # on the remote.