Show More
@@ -342,7 +342,7 def _notransaction(): | |||
|
342 | 342 | to be created""" |
|
343 | 343 | raise TransactionUnavailable() |
|
344 | 344 | |
|
345 |
def applybundle(repo, unbundler, tr, source |
|
|
345 | def applybundle(repo, unbundler, tr, source, url=None, **kwargs): | |
|
346 | 346 | # transform me into unbundler.apply() as soon as the freeze is lifted |
|
347 | 347 | if isinstance(unbundler, unbundle20): |
|
348 | 348 | tr.hookargs['bundle2'] = '1' |
General Comments 0
You need to be logged in to leave comments.
Login now