changeset 19211 | 3bfd7f1e7485 |
parent 19209 | 4b9e5b71dfa9 |
child 19225 | 6cf8e3b4e074 |
--- a/mercurial/commands.py Thu May 16 16:20:10 2013 -0500 +++ b/mercurial/commands.py Tue May 14 11:23:15 2013 -0700 @@ -5489,6 +5489,8 @@ ui.write(_('update: %d new changesets, %d branch heads (merge)\n') % (new, len(bheads))) + cmdutil.summaryhooks(ui, repo) + if opts.get('remote'): t = [] source, branches = hg.parseurl(ui.expandpath('default'))