mercurial/repair.py
changeset 21064 4d9d490d7bbe
parent 21063 7ca4f2049d3b
child 22057 445472225ccd
--- a/mercurial/repair.py	Mon Apr 14 15:33:50 2014 -0400
+++ b/mercurial/repair.py	Mon Apr 14 15:45:30 2014 -0400
@@ -147,7 +147,7 @@
         if saveheads or savebases:
             ui.note(_("adding branch\n"))
             f = vfs.open(chgrpfile, "rb")
-            gen = exchange.readbundle(f, chgrpfile, vfs)
+            gen = exchange.readbundle(ui, f, chgrpfile, vfs)
             if not repo.ui.verbose:
                 # silence internal shuffling chatter
                 repo.ui.pushbuffer()