changeset 22675:4e64d255f1a8

ui: fix comment about non-interactive prompts This fixes my earlier in-flight addition to Mads' change.
author Matt Mackall <mpm@selenic.com>
date Thu, 02 Oct 2014 18:00:05 -0500
parents 06c8b58647b9
children a014fdc97154
files mercurial/ui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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