Show More
@@ -1417,7 +1417,7 b' class localrepository(object):' | |||
|
1417 | 1417 | |
|
1418 | 1418 | def _refreshchangelog(self): |
|
1419 | 1419 | """make sure the in memory changelog match the on-disk one""" |
|
1420 |
if |
|
|
1420 | if 'changelog' in vars(self) and self.currenttransaction() is None: | |
|
1421 | 1421 | del self.changelog |
|
1422 | 1422 | |
|
1423 | 1423 | @property |
General Comments 0
You need to be logged in to leave comments.
Login now