equal
deleted
inserted
replaced
5487 else: |
5487 else: |
5488 # i18n: column positioning for "hg summary" |
5488 # i18n: column positioning for "hg summary" |
5489 ui.write(_('update: %d new changesets, %d branch heads (merge)\n') % |
5489 ui.write(_('update: %d new changesets, %d branch heads (merge)\n') % |
5490 (new, len(bheads))) |
5490 (new, len(bheads))) |
5491 |
5491 |
|
5492 cmdutil.summaryhooks(ui, repo) |
|
5493 |
5492 if opts.get('remote'): |
5494 if opts.get('remote'): |
5493 t = [] |
5495 t = [] |
5494 source, branches = hg.parseurl(ui.expandpath('default')) |
5496 source, branches = hg.parseurl(ui.expandpath('default')) |
5495 sbranch = branches[0] |
5497 sbranch = branches[0] |
5496 other = hg.peer(repo, {}, source) |
5498 other = hg.peer(repo, {}, source) |