[PATCH 3+ of 3] RFC: forest extension (take 2)

Robin Farine robin.farine at terminus.org
Sat Dec 23 00:14:24 UTC 2006


(Do not forget the right order: first qrefresh and then email...)

diff -r e2372eeb08bf hgext/forest.py
--- a/hgext/forest.py   Sat Dec 23 00:19:59 2006 +0100
+++ b/hgext/forest.py   Sat Dec 23 00:51:03 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 Mercurial-devel mailing list