diff mercurial/setdiscovery.py @ 17426:9724f8f8850b

delete some dead comments and docstrings
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 21 Aug 2012 02:41:20 +0200
parents e7cfe3587ea4
children 1e5b38a919dd
line wrap: on
line diff
--- a/mercurial/setdiscovery.py	Wed Aug 15 22:39:18 2012 +0200
+++ b/mercurial/setdiscovery.py	Tue Aug 21 02:41:20 2012 +0200
@@ -84,9 +84,6 @@
                     abortwhenunrelated=True):
     '''Return a tuple (common, anyincoming, remoteheads) used to identify
     missing nodes from or in remote.
-
-    shortcutlocal determines whether we try use direct access to localrepo if
-    remote is actually local.
     '''
     roundtrips = 0
     cl = local.changelog