mercurial/hg.py
changeset 312 09375250eb31
parent 311 3b17056b72dc
child 313 e75ea4662d81
--- a/mercurial/hg.py	Sat Jun 11 10:10:06 2005 -0800
+++ b/mercurial/hg.py	Sun Jun 12 08:11:43 2005 -0800
@@ -551,7 +551,7 @@
             t2 = self.file(fn).revision(mf[fn])
             return cmp(t1, t2)
 
-        for dir, subdirs, files in os.walk(self.root):
+        for dir, subdirs, files in os.walk(path):
             d = dir[len(self.root)+1:]
             if ".hg" in subdirs: subdirs.remove(".hg")