mercurial/setdiscovery.py
changeset 14206 2bf60f158ecb
parent 14164 cb98fed52495
child 14624 f03c82d1f50a
--- a/mercurial/setdiscovery.py	Wed May 04 22:08:55 2011 -0500
+++ b/mercurial/setdiscovery.py	Thu May 05 23:21:37 2011 +0800
@@ -82,8 +82,8 @@
                     initialsamplesize=100,
                     fullsamplesize=200,
                     abortwhenunrelated=True):
-    '''Return a tuple (common, anyincoming, remoteheads) used to identify missing
-    nodes from or in remote.
+    '''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.
@@ -106,8 +106,8 @@
             return [nullid], True, srvheadhashes
         return [nullid], False, []
 
-    # start actual discovery (we note this before the next "if" for compatibility
-    # reasons)
+    # start actual discovery (we note this before the next "if" for
+    # compatibility reasons)
     ui.status(_("searching for changes\n"))
 
     srvheads = dag.internalizeall(srvheadhashes, filterunknown=True)