changeset 22675 | 4e64d255f1a8 |
parent 22589 | 9ab18a912c44 |
child 22783 | 524b786bd54f |
--- a/mercurial/ui.py Thu Oct 02 23:20:59 2014 +0900 +++ b/mercurial/ui.py Thu Oct 02 18:00:05 2014 -0500 @@ -683,7 +683,7 @@ if not r: r = default # sometimes self.interactive disagrees with isatty, - # show default response + # show response provided on stdin when simulating if not util.isatty(self.fin): self.write(r, "\n") return r