changeset 13:a02bfecb4905

Search for repositories under .hg too (primarily for mq)
author Brendan Cully <brendan@kublai.com>
date Tue, 24 Oct 2006 17:32:32 -0700
parents 5af4dc9d62bf
children ac430b95f734
files forest.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/forest.py	Mon Oct 23 19:58:33 2006 +0200
+++ b/forest.py	Tue Oct 24 17:32:32 2006 -0700
@@ -61,8 +61,7 @@
                 continue
             if e == '.hg':
                 yield util.normpath(root)
-            else:
-                dirs.append(path)
+            dirs.append(path)
 
 
 def mq_patches_applied(rootpath):