##// END OF EJS Templates
pull: flush stdin after the `pull from` message...
marmoute -
r46635:b86608e9 default
parent child Browse files
Show More
@@ -5337,6 +5337,7 b' def pull(ui, repo, source=b"default", **'
5337
5337
5338 source, branches = hg.parseurl(ui.expandpath(source), opts.get(b'branch'))
5338 source, branches = hg.parseurl(ui.expandpath(source), opts.get(b'branch'))
5339 ui.status(_(b'pulling from %s\n') % util.hidepassword(source))
5339 ui.status(_(b'pulling from %s\n') % util.hidepassword(source))
5340 ui.flush()
5340 other = hg.peer(repo, opts, source)
5341 other = hg.peer(repo, opts, source)
5341 try:
5342 try:
5342 revs, checkout = hg.addbranchrevs(
5343 revs, checkout = hg.addbranchrevs(
General Comments 0
You need to be logged in to leave comments. Login now