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
|
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
|