[PATCH 2 of 8] exchange: fix issue3781 reference in the comment

Boris Feld boris.feld at octobus.net
Mon Oct 16 09:41:09 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1508150202 -7200
#      Mon Oct 16 12:36:42 2017 +0200
# Node ID 29a71a5125a7beb8334a7f7386a3023bfa1f66f8
# Parent  629de091478a249c97ce410733c8520aaec779f2
# EXP-Topic b2.phases.push
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 29a71a5125a7
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 --git a/mercurial/exchange.py b/mercurial/exchange.py
--- a/mercurial/exchange.py
+++ b/mercurial/exchange.py
@@ -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.


More information about the Mercurial-devel mailing list