mercurial/exchange.py
changeset 30868 847f06179f60
parent 30685 95325386cd1a
child 30869 887de9516138
--- a/mercurial/exchange.py	Thu Feb 02 11:17:36 2017 -0800
+++ b/mercurial/exchange.py	Thu Feb 02 10:51:04 2017 +0100
@@ -1719,6 +1719,8 @@
     if url.startswith('remote:http:') or url.startswith('remote:https:'):
         captureoutput = True
     try:
+        # note: outside bundle1, 'heads' is expected to be empty and this
+        # 'check_heads' call wil be a no-op
         check_heads(repo, heads, 'uploading changes')
         # push can proceed
         if util.safehasattr(cg, 'params'):