--- a/mercurial/bundle2.py Tue Jun 27 02:45:09 2017 +0200
+++ b/mercurial/bundle2.py Wed Jun 28 03:54:19 2017 +0200
@@ -161,6 +161,7 @@
phases,
pushkey,
pycompat,
+ scmutil,
tags,
url,
util,
@@ -1810,6 +1811,7 @@
if new:
op.repo.ui.status(_('%i new obsolescence markers\n') % new)
op.records.add('obsmarkers', {'new': new})
+ scmutil.registersummarycallback(op.repo, tr)
if op.reply is not None:
rpart = op.reply.newpart('reply:obsmarkers')
rpart.addparam('in-reply-to', str(inpart.id), mandatory=False)