diff -r a5603ad915c5 -r 53e843840349 mercurial/dirstate.py --- a/mercurial/dirstate.py Thu Sep 21 21:24:53 2006 +0200 +++ b/mercurial/dirstate.py Sun Oct 01 19:26:33 2006 +0200 @@ -206,7 +206,7 @@ self.dirs = {} for f in self.map: self.updatedirs(f, 1) - + def updatedirs(self, path, delta): if self.dirs is not None: for c in strutil.findall(path, '/'):