log mercurial/dispatch.py @ 14601:25c1f3ddd927

age author description
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
Tue, 10 May 2011 14:42:53 +0200 Martin Geisler help: add -c/--command flag to only show command help (issue2799)
Sun, 01 May 2011 12:29:32 +0200 Alexander Solovyov add positional arguments to non-shell aliases
Sun, 01 May 2011 11:01:57 +0200 Dan Villiom Podlaski Christiansen dispatch: handle IndexErrors
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Wed, 20 Apr 2011 14:28:40 -0500 Matt Mackall dispatch: improve repository not found message
Sun, 17 Apr 2011 11:37:11 +0200 Adrian Buehlmann help: do not show full help text for command on option errors
Fri, 18 Feb 2011 20:25:25 +0100 Adrian Buehlmann introduce new RequirementError (issue2649) stable
Wed, 16 Feb 2011 21:02:41 -0200 Wagner Bruna dispatch: fix typo in debug message stable
Thu, 10 Feb 2011 15:41:34 +0300 Roman Sokolov dispatch: use flag cmdalias.shell for detecting shell aliases
Fri, 11 Feb 2011 03:46:28 +0300 Roman Sokolov dispatch: debug message for missing arguments in shell alias
Fri, 11 Feb 2011 03:32:40 +0300 Roman Sokolov dispatch: support for $ escaping in shell-alias definition
Sat, 12 Feb 2011 10:58:11 +0100 Adrian Buehlmann Make sure bundlerepo doesn't leak temp files (issue2491)
Sat, 29 Jan 2011 23:23:24 +0900 Yuya Nishihara url: add --insecure option to bypass verification of ssl certificates stable
Fri, 05 Nov 2010 15:54:32 -0400 Steve Losh alias: fall back to normal error handling for ambigious commands (fixes issue2475) stable
Mon, 25 Oct 2010 13:06:37 -0500 Matt Mackall traceback: point to BugTracker on the wiki stable
Thu, 21 Oct 2010 11:23:26 +0200 Martin Geisler dispatch: backout 0c605364373c stable
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Sun, 17 Oct 2010 13:24:37 -0400 Steve Losh alias: fail gracefully when invalid global options are given (issue2442)
Mon, 04 Oct 2010 15:07:12 -0500 Brodie Rao dispatch: properly handle relative path aliases used with -R (issue2376)
Mon, 04 Oct 2010 14:26:38 -0500 Brodie Rao dispatch: remove superfluous try/except when reading local ui config
Fri, 08 Oct 2010 16:10:00 -0400 Steve Losh alias: back up and restore commands.norepo before checking for shell aliases
Tue, 24 Aug 2010 18:25:33 -0400 Steve Losh alias: only allow global options before a shell alias, pass later ones through
Mon, 13 Sep 2010 10:04:41 -0300 Wagner Bruna i18n: unmark untranslatable string
Fri, 27 Aug 2010 20:45:18 -0400 Brodie Rao alias: on --debug, print expansion when it has invalid arguments
Fri, 27 Aug 2010 20:45:11 -0400 Brodie Rao alias: print what command is being shadowed in debug message
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable