[cig-commits] commit: doc string update

Mercurial hg at geodynamics.org
Mon Nov 24 11:27:02 PST 2008


changeset:   41:a363b463f327
user:        Robin Farine <robin.farine at terminus.org>
date:        Sat Dec 23 00:52:06 2006 +0100
files:       forest.py
description:
doc string update


diff -r 34704814569f -r a363b463f327 forest.py
--- 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):
 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))



More information about the CIG-COMMITS mailing list