mercurial/repair.py
changeset 24170 fbc4d550a6ab
parent 23939 33d1b81c6ef0
child 24252 f962692853c0
--- a/mercurial/repair.py	Mon Mar 02 10:55:19 2015 -0600
+++ b/mercurial/repair.py	Fri Feb 20 13:55:01 2015 -0800
@@ -181,6 +181,8 @@
                 repo.ui.pushbuffer()
             if isinstance(gen, bundle2.unbundle20):
                 tr = repo.transaction('strip')
+                tr.hookargs = {'source': 'strip',
+                               'url': 'bundle:' + vfs.join(chgrpfile)}
                 try:
                     bundle2.processbundle(repo, gen, lambda: tr)
                     tr.close()