mercurial/dispatch.py
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
Wed, 13 Jul 2011 16:29:28 -0500 Matt Mackall merge with stable
Mon, 11 Jul 2011 17:46:55 +0300 Idan Kamara dispatch: don't use request repo if we have --cwd stable
Tue, 12 Jul 2011 16:36:34 -0500 Matt Mackall dispatch: fix checking of rpath in _getlocal
Sat, 25 Jun 2011 02:30:17 +0200 Pierre-Yves David error: Add a hint argument to RepoError stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: set config options on the request repo.ui stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: return read config options stable
Fri, 24 Jun 2011 19:44:58 +0300 Idan Kamara dispatch: set global options on the request repo.ui stable
Fri, 24 Jun 2011 12:16:14 +0300 Idan Kamara dispatch: make sure unspecified global ui options don't override old values stable
Fri, 24 Jun 2011 19:38:28 +0300 Idan Kamara dispatch: set descriptors on the request repo.ui stable
Fri, 24 Jun 2011 19:36:44 +0300 Idan Kamara dispatch: pass the correct ui to runcommand stable
Fri, 24 Jun 2011 16:30:43 +0300 Idan Kamara dispatch: check for None before closing repo stable
Tue, 21 Jun 2011 17:08:21 +0300 Idan Kamara dispatch: do not close the request repo stable
Tue, 21 Jun 2011 18:35:13 +0200 David Soria Parra i18n: remove translation of debug messages stable
Tue, 21 Jun 2011 14:57:17 +0200 Martin Geisler Backed out changeset 1ec8bd909ac3 stable
Tue, 21 Jun 2011 13:24:19 +0200 David Soria Parra dispatch: translate alias debugging messages stable
Tue, 07 Jun 2011 13:39:09 +0300 Idan Kamara dispatch: write shell alias output to ui out descriptor
Tue, 14 Jun 2011 20:25:38 +0300 Idan Kamara dispatch: fix for-loop variable name
Wed, 08 Jun 2011 14:54:47 +0300 Idan Kamara dispatch: assign I/O descriptors from the request to the ui
Tue, 07 Jun 2011 13:39:09 +0300 Idan Kamara dispatch: add I/O descriptors to the request
Mon, 13 Jun 2011 00:19:26 +0300 Idan Kamara dispatch: propagate ui command options to the local ui (issue2523)
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara dispatch: add repo to the request
Thu, 26 May 2011 00:53:23 +0300 Idan Kamara dispatch: use the request to store the ui object
Thu, 26 May 2011 00:44:11 +0300 Idan Kamara dispatch: wrap dispatch related information in a request class
less more (0) -100 -60 tip