Sat, 26 Apr 2014 18:13:06 +0900 |
Yuya Nishihara |
cmdserver: forcibly use L channel to read password input (issue3161)
stable
|
Wed, 16 Apr 2014 23:36:57 -0400 |
Pierre-Yves David |
ui: pushbuffer can now also capture stderr
|
Wed, 19 Mar 2014 02:45:04 +0100 |
Mads Kiilerich |
config: give a useful hint of source for the most common command line settings
|
Wed, 19 Mar 2014 01:59:15 +0100 |
Mads Kiilerich |
config: backout 77f1f206e135 - 743daa601445 removed the only use of overlay
|
Mon, 10 Feb 2014 07:13:10 +0400 |
Alexander Drozdov |
ui: edit(): transplant: set HGREVISION environment variable for an editor
|
Thu, 06 Feb 2014 12:21:20 +0400 |
Alexander Drozdov |
ui: edit(): rebase, graft: set HGREVISION environment variable for an editor
|
Thu, 06 Feb 2014 11:38:28 +0400 |
Alexander Drozdov |
ui: allow edit() to work with revision extras
|
Thu, 27 Feb 2014 15:14:37 -0600 |
Matt Mackall |
ui: fix extra space in username abort
|
Thu, 27 Feb 2014 14:46:29 -0600 |
Matt Mackall |
ui: suggest config --edit when no username is set
|
Mon, 02 Dec 2013 00:50:29 +0900 |
FUJIWARA Katsunori |
ui: add "extractchoices()" to share the logic to extract choices from prompt
|
Wed, 09 Oct 2013 14:15:34 -0700 |
Matt Mackall |
merge with stable
|
Wed, 09 Oct 2013 11:27:59 -0700 |
Matt Mackall |
ui: send password prompts to stderr again (issue4056)
stable
|
Wed, 24 Jul 2013 19:13:39 -0400 |
Augie Fackler |
ui.config: fix bug in config alternatives from cc669e4fec95
|
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
|