changeset 41:a363b463f327

doc string update
author Robin Farine <robin.farine@terminus.org>
date Sat, 23 Dec 2006 00:52:06 +0100
parents 34704814569f
children 5bd28695a35b
files forest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/forest.py	Fri Dec 22 22:05:58 2006 +0100
+++ b/forest.py	Sat Dec 23 00:52:06 2006 +0100
@@ -55,7 +55,7 @@
 def enumerate_repos(ui, top):
     """Generate a lexicographically sorted list of repository roots.
 
-    The roots are absolute paths in the filesystem representation.
+    Return a list of roots in filesystem representation.
     """
 
     res = list(util.walkrepos(top))