mercurial/dirstate.py
changeset 3223 53e843840349
parent 3154 b1f10d3223c1
child 3529 09d99b7e4da0
--- 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, '/'):