##// END OF EJS Templates
bundle2: add a 'modes' dictionary to the bundle operation...
Boris Feld -
r35266:1f30cbac default
parent child Browse files
Show More
@@ -301,6 +301,8 b' class bundleoperation(object):'
301 self.captureoutput = captureoutput
301 self.captureoutput = captureoutput
302 self.hookargs = {}
302 self.hookargs = {}
303 self._gettransaction = transactiongetter
303 self._gettransaction = transactiongetter
304 # carries value that can modify part behavior
305 self.modes = {}
304
306
305 def gettransaction(self):
307 def gettransaction(self):
306 transaction = self._gettransaction()
308 transaction = self._gettransaction()
General Comments 0
You need to be logged in to leave comments. Login now