changeset 14526 | 4276e3202585 |
parent 14525 | 826a13720fbc |
child 15292 | 7fa471248185 |
--- a/mercurial/discovery.py Fri Jun 03 12:16:17 2011 +0200 +++ b/mercurial/discovery.py Fri Jun 03 13:10:22 2011 +0200 @@ -173,9 +173,9 @@ else: hint = _("did you forget to merge? " "use push -f to force") - repo.ui.debug("new remote heads on branch '%s'\n" % branch) + repo.ui.note("new remote heads on branch '%s'\n" % branch) for h in dhs: - repo.ui.debug("new remote head %s\n" % short(h)) + repo.ui.note("new remote head %s\n" % short(h)) if error: raise util.Abort(error, hint=hint)