mercurial/commands.py
changeset 46014 b86608e97fa8
parent 45978 c3d0b3c29ec4
child 46041 9c0db3671008
--- a/mercurial/commands.py	Wed Dec 02 20:10:22 2020 +0100
+++ b/mercurial/commands.py	Wed Dec 02 23:15:11 2020 +0100
@@ -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(