##// END OF EJS Templates
revlog.py: remove extra close()...
Alexis S. L. Carvalho -
r6264:3a775af0 default
parent child Browse files
Show More
@@ -996,7 +996,6 b' class revlog(object):'
996 e = self._io.packentry(self.index[i], self.node, self.version, i)
996 e = self._io.packentry(self.index[i], self.node, self.version, i)
997 fp.write(e)
997 fp.write(e)
998
998
999 fp.close()
1000 # if we don't call rename, the temp file will never replace the
999 # if we don't call rename, the temp file will never replace the
1001 # real index
1000 # real index
1002 fp.rename()
1001 fp.rename()
General Comments 0
You need to be logged in to leave comments. Login now