mercurial/hg.py
changeset 892 f481c9b6786e
parent 886 509de8ab6f31
child 894 62ec665759f2
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -502,6 +502,7 @@ class dirstate:
                     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