Submitter | Boris Feld |
---|---|
Date | Nov. 2, 2017, 1:18 p.m. |
Message ID | <bd3927325fe48e104b16.1509628688@FB> |
Download | mbox | patch |
Permalink | /patch/25338/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -300,6 +300,8 @@ class bundleoperation(object): self.captureoutput = captureoutput self.hookargs = {} self._gettransaction = transactiongetter + # carries value that can modify part behavior + self.modes = {} def gettransaction(self): transaction = self._gettransaction()