changeset 21150 | 0d05915b688d |
parent 20886 | 203908968644 |
child 21206 | c77418938d05 |
--- a/mercurial/transaction.py Thu Apr 17 16:54:15 2014 -0400 +++ b/mercurial/transaction.py Thu Apr 17 17:04:59 2014 -0400 @@ -86,6 +86,8 @@ self.backupmap = {} self.journal = journal self._queue = [] + # a dict of arguments to be passed to hooks + self.hookargs = {} self.backupjournal = "%s.backupfiles" % journal self.file = opener.open(self.journal, "w")