Submitter | Boris Feld |
---|---|
Date | Nov. 20, 2017, 4:52 p.m. |
Message ID | <ab0fe3f91e7b9ed7bd50.1511196720@FB> |
Download | mbox | patch |
Permalink | /patch/25661/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -301,6 +301,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()