mercurial/hg.py
changeset 892 f481c9b6786e
parent 886 509de8ab6f31
child 894 62ec665759f2
--- a/mercurial/hg.py	Sat Aug 13 14:41:51 2005 -0800
+++ b/mercurial/hg.py	Sat Aug 13 15:09:37 2005 -0800
@@ -502,6 +502,7 @@
                     for dir, subdirs, fl in os.walk(f):
                         d = dir[len(self.root) + 1:]
                         nd = util.normpath(d)
+                        if nd == '.': nd = ''
                         if seen(nd):
                             subdirs[:] = []
                             continue