mercurial/scmutil.py
changeset 17104 5a9acb0b2086
parent 17037 419966126a05
child 17157 87e8440964a0
--- a/mercurial/scmutil.py	Mon Jun 18 18:19:28 2012 +0200
+++ b/mercurial/scmutil.py	Thu Jun 21 12:50:15 2012 +0200
@@ -350,7 +350,8 @@
         raise util.Abort('%s not under root' % myname)
 
 def walkrepos(path, followsym=False, seen_dirs=None, recurse=False):
-    '''yield every hg repository under path, recursively.'''
+    '''yield every hg repository under path, always recursively.
+    The recurse flag will only control recursion into repo working dirs'''
     def errhandler(err):
         if err.filename == path:
             raise err