Show More
@@ -683,7 +683,7 b' class ui(object):' | |||||
683 | if not r: |
|
683 | if not r: | |
684 | r = default |
|
684 | r = default | |
685 | # sometimes self.interactive disagrees with isatty, |
|
685 | # sometimes self.interactive disagrees with isatty, | |
686 | # show default response |
|
686 | # show response provided on stdin when simulating | |
687 | if not util.isatty(self.fin): |
|
687 | if not util.isatty(self.fin): | |
688 | self.write(r, "\n") |
|
688 | self.write(r, "\n") | |
689 | return r |
|
689 | return r |
General Comments 0
You need to be logged in to leave comments.
Login now