diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5337,6 +5337,7 @@ source, branches = hg.parseurl(ui.expandpath(source), opts.get(b'branch')) ui.status(_(b'pulling from %s\n') % util.hidepassword(source)) + ui.flush() other = hg.peer(repo, opts, source) try: revs, checkout = hg.addbranchrevs(