Mercurial > hg
log mercurial/ui.py @ 5671:b5605d88dc27
age | author | description |
---|---|---|
Thu, 27 Dec 2007 10:32:33 +0100 | Thomas Arendsen Hein | Make ui.prompt repeat on "unrecognized response" again (issue897) |
Wed, 05 Dec 2007 20:40:01 +0900 | Osku Salerma | Use VISUAL in addition to EDITOR when choosing the editor to use. |
Mon, 03 Dec 2007 17:28:26 -0600 | Steve Borho | workaround for raw_input() on Windows |
Tue, 25 Sep 2007 19:05:34 +0200 | Dirkjan Ochtman | Don't try to determine interactivity if ui() called with interactive=False. |
Thu, 09 Aug 2007 17:29:16 -0700 | Bryan O'Sullivan | record: improve docs, improve prompts |
Wed, 01 Aug 2007 10:33:21 +0200 | Thomas Arendsen Hein | os.isatty isn't available on Windows, so use sys.stdin.isatty() |
Tue, 31 Jul 2007 16:28:05 -0700 | Bryan O'Sullivan | ui: get readline and prompt to behave better depending on interactivity |