mercurial/manifest.py
changeset 3223 53e843840349
parent 3196 f3b939444c72
child 3607 f4c9bb4ad7b1
--- a/mercurial/manifest.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/manifest.py	Sun Oct 01 19:26:33 2006 +0200
@@ -53,7 +53,7 @@
         for f, n in self.parselines(delta):
             deltamap.rawset(f, n)
         return deltamap
-            
+
     def read(self, node):
         if node == nullid: return manifestdict() # don't upset local cache
         if self.mapcache and self.mapcache[0] == node: