Wed, 30 Jun 2010 17:20:42 +0200 |
Mads Kiilerich |
debugger: show traceback before entering pdb post-mortem
|
Thu, 10 Jun 2010 09:32:19 -0700 |
Chad Dombrova |
provide pre- and post- hooks with parsed command line arguments.
|
Tue, 08 Jun 2010 09:30:45 +0200 |
Dirkjan Ochtman |
cleanups: undefined variables
|
Fri, 04 Jun 2010 20:57:26 -0500 |
Matt Mackall |
error: add new ParseError for various parsing errors
|
Fri, 04 Jun 2010 20:19:53 -0500 |
Matt Mackall |
error: change ParseError to CommandError
|
Fri, 21 May 2010 14:21:27 +0200 |
Martin Geisler |
Merge with stable
|
Fri, 21 May 2010 13:40:59 +0200 |
Martin Geisler |
dispatch: include Python version in traceback
stable
|
Sat, 01 May 2010 16:15:27 +0200 |
Martin Geisler |
Merge with stable
|
Fri, 30 Apr 2010 18:11:56 +0200 |
Dan Villiom Podlaski Christiansen |
dispatch: don't mangle ImportError abort messages
stable
|
Mon, 19 Apr 2010 17:00:02 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 07 Apr 2010 02:41:22 +0200 |
Simon Heimberg |
dispatch: ignore if signals can not be set
stable
|
Wed, 31 Mar 2010 17:32:19 +0200 |
Martin Geisler |
Merge with stable
|
Sat, 27 Mar 2010 13:39:45 +0200 |
Alexander Solovyov |
expand paths in aliases
stable
|
Thu, 11 Mar 2010 17:43:44 +0100 |
Benoit Boissinot |
style: use consistent variable names (*mod) with imports which would shadow
|
Mon, 01 Mar 2010 23:27:44 +0900 |
Yuya Nishihara |
alias: fixes exception when displaying translated help text
stable
|
Mon, 08 Feb 2010 10:50:00 +0100 |
Brendan Cully |
mq: make init -Q do what qinit -c did
|
Sun, 07 Feb 2010 14:01:43 +0100 |
Brodie Rao |
dispatch: provide help for disabled extensions and commands
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 05 Dec 2009 23:26:27 -0500 |
Brodie Rao |
help: don't display bogus help messages for invalid aliases
|
Thu, 03 Dec 2009 06:35:39 +0100 |
Henrik Stuart |
Merge with stable
|
Thu, 03 Dec 2009 14:14:44 +0900 |
Nicolas Dumazet |
alias: do not crash when aliased command has no usage help text
stable
|
Wed, 11 Nov 2009 17:48:00 +0100 |
Peter Arrenbrecht |
alias: improve help text for command aliases
|
Fri, 13 Nov 2009 16:38:27 +0200 |
Henri Wiechers |
dispatch: minor refactoring
|
Wed, 04 Nov 2009 13:44:15 -0600 |
Bill Schroeder |
dispatch: better error message for --config option
|
Sat, 31 Oct 2009 17:04:46 +0100 |
Benoit Boissinot |
pychecker: remove unused local variables
|
Wed, 28 Oct 2009 23:55:23 +0900 |
Yuya Nishihara |
extensions: changed to call extsetup() from extensions.loadall()
|
Mon, 19 Oct 2009 22:19:28 +0300 |
Alexander Solovyov |
make path expanding more consistent
|
Thu, 08 Oct 2009 01:16:32 -0500 |
Matt Mackall |
Merge with i18n
|
Wed, 30 Sep 2009 21:14:24 +0200 |
Martin Geisler |
Merge with hg-i18n-stable
|
Sat, 19 Sep 2009 13:55:18 +0200 |
Martin Geisler |
Merge with crew-stable
|
Sat, 19 Sep 2009 13:52:54 +0200 |
Martin Geisler |
dispatch: catch ConfigError while constructing ui
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Wed, 09 Sep 2009 11:12:36 +0200 |
Andrey Somov |
improve code readability
|
Sun, 16 Aug 2009 00:41:24 +0200 |
Simon Heimberg |
extensions: pass ui arguement to extsetup if accepted
|
Sat, 29 Aug 2009 00:29:16 +0200 |
Martin Geisler |
extensions: load and configure extensions in well-defined phases
|
Wed, 24 Jun 2009 15:32:37 +0200 |
Dirkjan Ochtman |
change wiki/bts URLs to point to new hostname
|
Sun, 21 Jun 2009 19:06:57 +0200 |
Martin Geisler |
merged with crew
|
Sat, 20 Jun 2009 19:46:01 +0200 |
Sune Foldager |
translated a bunch of strings to danish
|
Fri, 19 Jun 2009 13:47:50 +0200 |
Dirkjan Ochtman |
kill trailing whitespace
|
Sat, 30 May 2009 11:32:23 -0700 |
Brendan Cully |
Move alias into core
|
Thu, 07 May 2009 17:56:57 +0200 |
Martin Geisler |
dispatch: remember loaded extensions in a real set
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: print_exc() -> traceback()
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: kill most users of parentui name and arg, replace with .copy()
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: introduce new config parser
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: kill updateopts
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: refactor option setting
|
Wed, 08 Apr 2009 14:20:57 +0200 |
Nicolas Dumazet |
profiling: Adding support for kcachegrind output format, using lsprofcalltree
|
Thu, 02 Apr 2009 16:01:30 +0900 |
Nicolas Dumazet |
profiling: Adding a profiling.format config variable
|
Wed, 08 Apr 2009 14:19:41 +0200 |
Nicolas Dumazet |
profiling: Adding profiling.output config variable
|
Wed, 08 Apr 2009 14:18:20 +0200 |
Nicolas Dumazet |
profiling: dropping hotshot profiling. --profile as a unique profiling option
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Thu, 12 Feb 2009 09:36:15 -0700 |
Bill Barry |
dispatch: extract command execution block into method
|
Tue, 10 Feb 2009 13:26:00 -0600 |
Augie Fackler |
fancyopts: Parse options that occur after arguments.
|
Wed, 28 Jan 2009 14:27:44 -0600 |
Matt Mackall |
warn if --repository provided for norepo commands
|
Mon, 12 Jan 2009 13:51:43 -0600 |
Matt Mackall |
error: move SignatureError
|
Mon, 12 Jan 2009 13:35:35 -0600 |
Matt Mackall |
dispatch: sort exception handlers
|