changeset 35265 | 1f30cbac34b6 |
parent 35261 | f392066d127c |
child 35266 | 496154e41968 |
--- a/mercurial/bundle2.py Tue Oct 17 12:38:13 2017 +0200 +++ b/mercurial/bundle2.py Tue Oct 17 15:39:34 2017 +0200 @@ -301,6 +301,8 @@ self.captureoutput = captureoutput self.hookargs = {} self._gettransaction = transactiongetter + # carries value that can modify part behavior + self.modes = {} def gettransaction(self): transaction = self._gettransaction()