mercurial/dispatch.py
Sat, 17 May 2014 14:43:06 +0900 Yuya Nishihara alias: fix loss of non-zero return code in command aliases stable
Tue, 25 Mar 2014 16:17:16 -0500 Matt Mackall merge with stable
Fri, 07 Mar 2014 14:06:52 -0500 Jordi GutiƩrrez Hermoso dispatch: only do __import__(debugger) when a debugger is requested stable
Wed, 19 Mar 2014 18:04:03 -0500 Matt Mackall check-code: check for argument passing py2.6ism
Wed, 19 Mar 2014 02:45:04 +0100 Mads Kiilerich config: give a useful hint of source for the most common command line settings
Mon, 27 Jan 2014 10:57:20 +0100 Julien Cristau dispatch: take --hidden from individual commands into account stable
Wed, 29 Jan 2014 23:47:54 +0900 FUJIWARA Katsunori dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True" stable
Mon, 25 Nov 2013 12:20:39 -0500 Sean Farley dispatch: turn off custom debugger for HGPLAIN mode
Thu, 25 Jul 2013 22:28:34 -0500 Sean Farley dispatch: add ability to specify a custom pdb module as a debugger
Sat, 13 Jul 2013 16:33:07 -0500 Sean Farley dispatch: move command line --config argument parsing to _runcatch()
Wed, 22 May 2013 17:31:47 -0700 Durham Goode blackbox: fix recording exit codes (issue3938) stable
Mon, 29 Apr 2013 14:14:42 -0700 Bryan O'Sullivan dispatch: add support for --option=value to _earlygetopt stable
Mon, 29 Apr 2013 14:14:41 -0700 Bryan O'Sullivan dispatch: add doctests for _earlygetopt stable
Tue, 16 Apr 2013 14:39:37 -0700 Siddharth Agarwal dispatch: print 'abort:' when a pre-command hook fails (BC)
Fri, 08 Feb 2013 16:17:46 -0600 Augie Fackler dispatch: exit with status 1 for an InterventionRequired exception (bc)
Fri, 08 Feb 2013 16:28:24 -0600 Augie Fackler dispatch: catch InterventionRequired and print the message with no prefix
Thu, 28 Feb 2013 10:12:26 -0800 Durham Goode blackbox: fix exception when logging commands with format characters
Tue, 12 Feb 2013 22:15:31 +0100 Simon Heimberg dispatch: also a separate warning message on aliases with --config
Wed, 13 Feb 2013 12:51:30 -0800 Durham Goode blackbox: do not translate the log messages
Sat, 09 Feb 2013 09:04:14 -0800 Durham Goode blackbox: log the commands that are run
Mon, 04 Feb 2013 02:46:53 +0100 Mads Kiilerich profiling: introduce limit configuration option
Fri, 11 Jan 2013 20:34:54 +0100 Pierre-Yves David clfilter: enforce hidden filtering on all repository accesses
Tue, 08 Jan 2013 20:37:37 +0100 Pierre-Yves David clfilter: enforce hidden changeset globally
Mon, 07 Jan 2013 02:00:29 +0100 Mads Kiilerich dispatch: show empty filename in OSError aborts
Fri, 04 Jan 2013 19:06:42 +0100 Pierre-Yves David dispatch: handle empty `testedwith` value in extension stable
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Thu, 19 Jul 2012 21:20:56 +0200 Thomas Arendsen Hein dispatch: fix traceback when extension was tested with newer versions only stable
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler dispatch: lowercase --time message
Fri, 25 May 2012 14:24:07 +0200 Adrian Buehlmann dispatch: tolerate non-standard version strings in tuplever() (issue3470)
Wed, 16 May 2012 16:18:07 -0500 Augie Fackler dispatch: try and identify third-party extensions as sources of tracebacks
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 05 May 2012 12:21:22 +0200 Patrick Mezard alias: inherit command optionalrepo flag (issue3298) stable
Sun, 06 May 2012 23:58:04 +0900 Yuya Nishihara commands: parse ui.strict config item as bool stable
Mon, 09 Apr 2012 13:48:45 -0700 Bryan O'Sullivan dispatch: add support for statprof as a profiler
Tue, 27 Mar 2012 16:17:46 -0500 Matt Mackall merge with stable
Tue, 27 Mar 2012 16:13:59 -0500 Matt Mackall alias: abort on missing positional args (issue3331) stable
Thu, 22 Mar 2012 17:08:05 -0500 Matt Mackall merge with stable
Thu, 22 Mar 2012 17:07:39 -0500 Matt Mackall aliases: use empty string for missing position parameters (issue3331) stable
Thu, 15 Mar 2012 15:59:26 -0500 Matt Mackall profile: add undocumented config options for profiler output
Fri, 06 Jan 2012 16:16:58 +0100 Martin Geisler dispatch: lowercase abort message
Sat, 10 Dec 2011 18:40:05 +0100 Martin Geisler dispatch: remove extra newline
Thu, 17 Nov 2011 16:53:17 -0600 Matt Mackall merge with stable
Fri, 11 Nov 2011 01:07:10 +0100 Mads Kiilerich add missing localization markup stable
Mon, 07 Nov 2011 03:14:53 +0100 Mads Kiilerich dispatch: exit with 8-bit exit code
Tue, 11 Oct 2011 17:20:03 -0500 Augie Fackler alias: don't shadow commands that we only partially matched (issue2993) (BC)
Fri, 05 Aug 2011 16:07:51 -0500 Matt Mackall merge with stable
Thu, 04 Aug 2011 15:08:41 -0500 Matt Mackall help: drop with_version
Thu, 04 Aug 2011 19:41:23 +0300 Idan Kamara dispatch: don't rewrap aliases that have the same definition stable
Tue, 02 Aug 2011 15:21:10 -0400 Andrew Pritchard wireproto: add out-of-band error class to allow remote repo to report errors
Mon, 01 Aug 2011 10:54:34 -0500 Matt Mackall merge with stable
Sat, 30 Jul 2011 21:04:14 +0300 Idan Kamara dispatch: make sure global options on the command line take precedence stable
Mon, 25 Jul 2011 15:17:47 -0500 Augie Fackler dispatch: use safehasattr instead of hasattr
Fri, 22 Jul 2011 17:17:23 -0500 Matt Mackall merge with stable
Thu, 21 Jul 2011 16:02:34 -0400 David Golub dispatch: avoid double backslashes in error message stable
Fri, 15 Jul 2011 18:03:37 -0500 Matt Mackall alias: pass local ui to shell alias
Fri, 15 Jul 2011 16:06:54 -0500 Matt Mackall aliases: drop cwd manipulation
Fri, 15 Jul 2011 16:06:53 -0500 Matt Mackall dispatch: move shell alias handling after early arg handling
less more (0) -100 -60 tip