log mercurial/dispatch.py @ 11714:aae1dd12fce6

age author description
Sat, 31 Jul 2010 11:41:58 +0900 Nicolas Dumazet merge with stable
Sat, 31 Jul 2010 11:36:24 +0900 Nicolas Dumazet dispatch: trailing whitespace stable
Tue, 27 Jul 2010 16:03:42 -0500 Matt Mackall Merge with crew
Tue, 27 Jul 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen alias: improved diagnostic when arguments include --cwd, etc.
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Mon, 26 Jul 2010 22:28:37 +0200 Patrick Mezard dispatch: write Abort hint to stderr too
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Thu, 22 Jul 2010 15:26:26 -0400 Brodie Rao alias: ensure checksignature() is applied directly to the command (issue2286) stable
Sat, 24 Jul 2010 00:38:08 +0200 Mads Kiilerich dispatch: give better error message when cwd doesn't exist (issue2293) stable
Fri, 16 Jul 2010 14:45:52 +0200 Martin Geisler Merge with stable
Fri, 16 Jul 2010 14:44:30 +0200 Martin Geisler mark ui.warn strings for translation stable
Thu, 15 Jul 2010 14:41:22 +0200 Benoit Boissinot Abort: add a hint argument, printed in the next line inside parenthesis
Wed, 14 Jul 2010 20:41:01 +0200 Henrik Stuart merge stable to default
Thu, 01 Jul 2010 19:23:26 -0500 Brodie Rao color/progress: subclass ui instead of using wrapfunction (issue2096) stable
Wed, 07 Jul 2010 18:49:43 -0400 Steve Losh dispatch: add shell aliases
Wed, 30 Jun 2010 17:23:16 +0200 Mads Kiilerich debugger: give a little intro before entering pdb
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