--- 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