##// END OF EJS Templates
transaction: nullify journal after close()...
mpm@selenic.com -
r573:fbfbd4e5 default
parent child Browse files
Show More
@@ -52,6 +52,7 b' class transaction:'
52 52 util.rename(self.journal, self.after)
53 53 else:
54 54 os.unlink(self.journal)
55 self.journal = None
55 56
56 57 def abort(self):
57 58 if not self.entries: return
General Comments 0
You need to be logged in to leave comments. Login now