diff --git a/mercurial/repair.py b/mercurial/repair.py
index 0d98b11b8467e8e672e1642edeab7db552b7881e_bWVyY3VyaWFsL3JlcGFpci5weQ==..0a41902879d3235d3e2124618e486a697d5b6a3e_bWVyY3VyaWFsL3JlcGFpci5weQ== 100644
--- a/mercurial/repair.py
+++ b/mercurial/repair.py
@@ -204,8 +204,6 @@
                 repo.ui.pushbuffer()
             if isinstance(gen, bundle2.unbundle20):
                 with repo.transaction('strip') as tr:
-                    tr.hookargs = {'source': 'strip',
-                                   'url': 'bundle:' + vfs.join(tmpbundlefile)}
                     bundle2.applybundle(repo, gen, tr, source='strip',
                                         url='bundle:' + vfs.join(tmpbundlefile))
             else: