Wed, 22 May 2013 17:31:43 -0500 |
Matt Mackall |
ui: merge prompt text components into a singe string
|
Tue, 14 May 2013 15:16:44 -0700 |
Bryan O'Sullivan |
ui: use util.sizetoint in configbytes
|
Thu, 25 Apr 2013 20:48:49 +0900 |
FUJIWARA Katsunori |
i18n: show the non-ASCII password prompt text correctly
stable
|
Thu, 18 Apr 2013 12:58:28 -0700 |
Bryan O'Sullivan |
ui: add a configbytes method, for space configuration
|
Sat, 09 Feb 2013 14:22:52 -0500 |
Matt Harbison |
ui: add 'force' parameter to traceback() to override the current print setting
|
Sat, 09 Feb 2013 14:15:34 -0500 |
Matt Harbison |
ui: add support for fully printing chained exception stacks in ui.traceback()
|
Tue, 12 Feb 2013 14:08:33 -0800 |
Durham Goode |
blackbox: adds a blackbox extension
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Fri, 29 Jun 2012 00:40:52 -0500 |
Matt Mackall |
merge with stable
|
Sat, 23 Jun 2012 19:57:07 +0300 |
Idan Kamara |
ui: add a variable to control whether hooks should be called
stable
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
ui: lowercase "no username" warning
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
ui: lowercase "not trusting file" warning message
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
ui: lowercase ConfigError warning message
|
Sun, 20 May 2012 14:31:56 -0500 |
Matt Mackall |
ui: add _isatty method to easily disable cooked I/O
|
Sun, 13 May 2012 13:17:31 +0200 |
Brodie Rao |
cleanup: replace more naked excepts with more specific ones
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Sun, 08 Apr 2012 12:43:41 -0700 |
Steven Stallion |
plan9: initial support for plan 9 from bell labs
|
Fri, 06 Apr 2012 15:18:14 -0500 |
Matt Mackall |
merge with stable
|
Wed, 04 Apr 2012 12:46:54 -0500 |
Kevin Bullock |
ui: swallow EBADF on stderr
stable
|
Mon, 20 Feb 2012 16:42:48 -0600 |
Matt Mackall |
ui: add formatter method
|
Wed, 18 Jan 2012 16:52:26 +0100 |
Pierre-Yves David |
config: have a way to backup and restore value in config
|
Thu, 03 Nov 2011 11:24:55 -0500 |
Matt Mackall |
misc: adding missing file close() calls
stable
|
Mon, 12 Sep 2011 23:02:45 -0500 |
Matt Mackall |
merge with stable
|
Sun, 11 Sep 2011 14:42:30 +0200 |
Simon Heimberg |
ui: write traceback to self.ferr
stable
|
Tue, 30 Aug 2011 15:22:10 +0200 |
Martin Geisler |
merge with stable
|
Tue, 30 Aug 2011 14:18:58 +0200 |
Martin Geisler |
ui: also swap sys.stdout with self.fout in _readline
stable
|
Thu, 25 Aug 2011 16:21:53 -0500 |
Matt Mackall |
merge with stable
|
Thu, 25 Aug 2011 22:06:03 +0300 |
Idan Kamara |
ui: pass ' ' to raw_input when prompting
stable
|
Thu, 11 Aug 2011 14:34:03 -0500 |
Matt Mackall |
ui: allow alternatives for config options
|
Mon, 01 Aug 2011 14:52:11 -0500 |
Matt Mackall |
merge with stable
|
Mon, 01 Aug 2011 19:53:00 +0300 |
Idan Kamara |
ui: call write() so the prompt string goes through subclassed implementation
stable
|
Sat, 23 Jul 2011 06:09:14 +0200 |
Simon Heimberg |
ui: config path relative to repo root
|
Sat, 23 Jul 2011 06:08:52 +0200 |
Simon Heimberg |
ui: providing no default value to configpath should not raise an Error
|
Sat, 23 Jul 2011 06:08:49 +0200 |
Simon Heimberg |
ui: fix error, base can not be a list
|
Tue, 12 Jul 2011 16:36:22 -0500 |
Matt Mackall |
ui: rename _is_trusted to _trusted
|
Fri, 24 Jun 2011 17:04:37 +0300 |
Idan Kamara |
ui: use ui out descriptor when calling util.system
stable
|
Tue, 21 Jun 2011 18:35:13 +0200 |
David Soria Parra |
i18n: remove translation of debug messages
stable
|
Wed, 08 Jun 2011 01:39:20 +0300 |
Idan Kamara |
ui: use I/O descriptors internally
|
Tue, 07 Jun 2011 13:39:09 +0300 |
Idan Kamara |
ui: add I/O descriptors
|
Thu, 02 Jun 2011 00:43:34 +0300 |
Idan Kamara |
util: add helper function isatty(fd) to check for tty-ness
|
Tue, 17 May 2011 00:17:52 +0200 |
Yann E. MORIN |
ui: enable alias exception when reading config in plain mode
|
Tue, 17 May 2011 00:08:51 +0200 |
Yann E. MORIN |
ui: test plain mode against exceptions
|
Tue, 03 May 2011 22:28:08 +0200 |
Sune Foldager |
ui: add configint function and tests
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
Thu, 21 Apr 2011 20:14:29 +0200 |
Adrian Buehlmann |
move rcpath from util to scmutil
|
Wed, 05 Jan 2011 00:18:36 +1100 |
Brodie Rao |
HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
|
Thu, 31 Mar 2011 10:43:53 -0500 |
Matt Mackall |
url: nuke some newly-introduced underbars in identifiers
|
Wed, 30 Mar 2011 20:02:17 -0700 |
Brodie Rao |
url: use url.url in ui.expandpath()
|
Sun, 27 Mar 2011 12:59:25 +0200 |
Martin Geisler |
ui: label prompts, default to yellow prompts
|
Thu, 10 Mar 2011 16:49:37 +0100 |
Martin Geisler |
ui: yield unchanged values in walkconfig
|
Fri, 25 Feb 2011 23:26:24 -0600 |
Ry4an Brase |
ui: always report untrusted hgrc files when debug enabled
stable
|
Thu, 06 Jan 2011 17:04:33 -0600 |
Matt Mackall |
ui: add configpath helper
|
Mon, 22 Nov 2010 18:15:58 +0100 |
Martin Geisler |
code style: prefer 'is' and 'is not' tests with singletons
|
Mon, 18 Oct 2010 14:10:36 +0900 |
Nicolas Dumazet |
ui: only fix config if the relevant section has changed
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Sat, 09 Oct 2010 15:00:30 -0500 |
Benoit Boissinot |
fix indentation error
|
Sat, 09 Oct 2010 12:28:16 -0500 |
Benoit Boissinot |
ui.paths: expand paths directly in fixconfig (issue2373)
|
Sat, 28 Aug 2010 21:50:35 -0500 |
Augie Fackler |
parsebool: create new function and use it for config parsing
|
Thu, 19 Aug 2010 11:14:02 -0500 |
Matt Mackall |
ui: add logging hook
|