##// END OF EJS Templates
strip: remove a redundant setting of hookargs...
Martin von Zweigbergk -
r32883:0a419028 default
parent child Browse files
Show More
@@ -204,8 +204,6 b' def strip(ui, repo, nodelist, backup=Tru'
204 repo.ui.pushbuffer()
204 repo.ui.pushbuffer()
205 if isinstance(gen, bundle2.unbundle20):
205 if isinstance(gen, bundle2.unbundle20):
206 with repo.transaction('strip') as tr:
206 with repo.transaction('strip') as tr:
207 tr.hookargs = {'source': 'strip',
208 'url': 'bundle:' + vfs.join(tmpbundlefile)}
209 bundle2.applybundle(repo, gen, tr, source='strip',
207 bundle2.applybundle(repo, gen, tr, source='strip',
210 url='bundle:' + vfs.join(tmpbundlefile))
208 url='bundle:' + vfs.join(tmpbundlefile))
211 else:
209 else:
General Comments 0
You need to be logged in to leave comments. Login now