Mercurial > public > mercurial-scm > hg-stable
diff mercurial/manifest.py @ 3223:53e843840349
Whitespace/Tab cleanup
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 01 Oct 2006 19:26:33 +0200 |
parents | f3b939444c72 |
children | f4c9bb4ad7b1 |
line wrap: on
line diff
--- 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: