changeset 8940 | 01ada7b1861d |
parent 8657 | 3fa92c618624 |
child 9048 | 86b4a9b0ddda |
--- a/mercurial/ui.py Thu Jun 25 09:53:47 2009 +0200 +++ b/mercurial/ui.py Sun Jun 21 03:13:38 2009 +0200 @@ -277,7 +277,7 @@ insensitive. If ui is not interactive, the default is returned. """ if not self.interactive(): - self.note(msg, ' ', default, "\n") + self.write(msg, ' ', default, "\n") return default while True: try: