log mercurial/dispatch.py @ 33052:45b0e9d05ee9

age author description
Sat, 24 Jun 2017 02:39:20 +0900 FUJIWARA Katsunori extensions: register functions always at loading extension (issue5601)
Fri, 09 Jun 2017 12:29:29 +0100 Pierre-Yves David profile: drop maybeprofile
Fri, 09 Jun 2017 12:36:07 +0100 Pierre-Yves David profile: support --profile in alias and abbreviated version (--prof)
Sun, 23 Apr 2017 00:31:29 +0900 Yuya Nishihara dispatch: do not close stdout and stderr, just flush() instead
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Sun, 28 May 2017 15:47:00 -0400 Augie Fackler dispatch: convert exception payload to bytes more carefully
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Tue, 23 May 2017 03:29:23 +0900 FUJIWARA Katsunori dispatch: setup color before pager for correct console information on windows stable
Sat, 29 Apr 2017 21:39:47 -0700 Jun Wu dispatch: make request accept additional reposetups
Thu, 04 May 2017 17:13:12 +0900 Yuya Nishihara debugcommands: use temporary dict for its command table
Sun, 14 May 2017 15:41:27 +0900 Yuya Nishihara error: add hint to ProgrammingError
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 04 May 2017 00:44:53 +0530 Pulkit Goyal py3: make adefaults keys str to be compatible with getattr
Fri, 21 Apr 2017 01:13:18 +0530 Pulkit Goyal py3: use %d instead of %s for integers
Sat, 22 Apr 2017 15:00:17 -0700 Jun Wu dispatch: take over SignalInterrupt handling from scmutil
Tue, 18 Apr 2017 12:24:34 -0400 Augie Fackler freeze: merge default into stable for 4.2 code freeze stable 4.2-rc
Wed, 12 Apr 2017 11:23:55 -0700 Augie Fackler dispatch: protect against malicious 'hg serve --stdio' invocations (sec) stable 4.1.3
Mon, 17 Apr 2017 23:53:19 +0900 Yuya Nishihara dispatch: ignore further SIGPIPE while handling KeyboardInterrupt
Sat, 15 Apr 2017 13:02:34 +0900 Yuya Nishihara dispatch: print traceback in scmutil.callcatch() if --traceback specified
Sat, 15 Apr 2017 12:58:06 +0900 Yuya Nishihara dispatch: mark callcatch() as a private function
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: catch StdioError in dispatch.run and clean up appropriately
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan atexit: switch to home-grown implementation
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan ui: add special-purpose atexit functionality
Sun, 26 Mar 2017 20:49:18 +0530 Pulkit Goyal dispatch: use pycompat.maplist() instead of map() to get a list
Sun, 19 Mar 2017 14:17:07 -0400 Augie Fackler dispatch: use pycompat.maplist to allow summing with args
Sun, 19 Mar 2017 14:23:30 -0400 Augie Fackler dispatch: replace mayberepr with shellquote
Sun, 19 Mar 2017 00:22:04 -0400 Augie Fackler dispatch: ensure repr is bytes in _mayberepr
Sun, 19 Mar 2017 00:21:26 -0400 Augie Fackler dispatch: extract maybe-use-repr formatting to helper function
Sun, 19 Mar 2017 00:18:53 -0400 Augie Fackler dispatch: consolidate formatting of arguments
Fri, 17 Mar 2017 05:10:58 +0530 Pulkit Goyal py3: make the regular expression bytes to prevent TypeError
Fri, 03 Mar 2017 14:43:27 -0500 Augie Fackler dispatch: enforce bytes when converting boolean flags to config items
Wed, 08 Mar 2017 18:32:42 -0500 Augie Fackler dispatch: add pagination of two more help cases
Mon, 06 Mar 2017 03:25:44 -0800 Simon Farnsworth dispatch: set a blockedtag when running an external alias
Fri, 03 Mar 2017 13:29:50 -0500 Augie Fackler dispatch: cope with sys.version being unicode on Python 3
Fri, 03 Mar 2017 13:29:25 -0500 Augie Fackler dispatch: allow testedwith to be bytes or str
Sat, 25 Feb 2017 19:44:23 +0100 Pierre-Yves David color: add a 'ui.color' option to control color behavior
Tue, 21 Feb 2017 18:20:12 +0100 Pierre-Yves David color: move triggering of the initialisation logic in core
Tue, 21 Feb 2017 14:20:05 -0500 Augie Fackler dispatch: rearrange 'unknown command' code to better employ pager
Sun, 19 Feb 2017 20:16:11 -0500 Augie Fackler dispatch: consolidate pager flag handling to a single place
Sun, 19 Feb 2017 20:12:52 -0500 Augie Fackler ui: rename neverpager to disablepager
Wed, 15 Feb 2017 17:48:03 -0500 Augie Fackler ui: introduce neverpager() call
Wed, 15 Feb 2017 17:47:57 -0500 Augie Fackler pager: move more behavior into core
Wed, 15 Feb 2017 13:17:45 -0800 Simon Farnsworth ui: provide a mechanism to track and log blocked time
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Mon, 13 Feb 2017 20:47:41 -0800 Bryan O'Sullivan dispatch: start profiling earlier
Mon, 13 Feb 2017 20:44:20 -0800 Bryan O'Sullivan dispatch: move detection of profiling earlier during startup
Mon, 13 Feb 2017 16:35:49 +0100 Pierre-Yves David dispatch: load debugcommand before extension
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Fri, 18 Nov 2016 18:18:15 +0100 Pierre-Yves David color: load 'colortable' from extension using an 'extraloader'
Tue, 13 Dec 2016 20:53:40 +0530 Pulkit Goyal py3: make keys of keyword arguments strings
Tue, 06 Dec 2016 06:27:58 +0530 Pulkit Goyal fancyopts: switch from fancyopts.getopt.* to getopt.*
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Thu, 24 Nov 2016 00:48:40 +0000 Jun Wu dispatch: move part of callcatch to scmutil
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Tue, 22 Nov 2016 18:46:50 +0530 Pulkit Goyal py3: add os.getcwdb() to have bytes path
Mon, 21 Nov 2016 21:51:23 -0500 Augie Fackler dispatch: stop supporting non-use of @command
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Mon, 21 Nov 2016 15:35:22 +0530 Pulkit Goyal py3: use pycompat.sysargv in dispatch.run()
Wed, 17 Aug 2016 21:07:38 -0700 Gregory Szorc debugcommands: introduce standalone module for debug commands
Thu, 22 Sep 2016 12:36:30 -0700 Arun Kulshreshtha dispatch: make hg --profile wrap reposetup
Thu, 22 Sep 2016 12:19:48 -0700 Arun Kulshreshtha dispatch: change indentation level in _dispatch()
Sat, 27 Aug 2016 00:00:28 +0900 Yuya Nishihara extensions: use ismoduleinternal() thoroughly
Tue, 23 Aug 2016 16:40:08 -0400 Augie Fackler blackbox: also log alias expansions
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Thu, 18 Aug 2016 11:32:02 -0400 Augie Fackler dispatch: explicitly pass fancyopts optional arg as a keyword
Sun, 14 Aug 2016 17:51:12 -0700 Gregory Szorc profiling: add a context manager that no-ops if profiling isn't enabled
Sun, 14 Aug 2016 18:25:22 -0700 Gregory Szorc profiling: make profiling functions context managers (API)
Sun, 14 Aug 2016 16:35:58 -0700 Gregory Szorc dispatch: set profiling.enabled when profiling is enabled
Sun, 14 Aug 2016 16:30:44 -0700 Gregory Szorc profiling: move profiling code from dispatch.py (API)
Tue, 09 Aug 2016 16:45:28 +0100 Jun Wu dispatch: split global error handling out so it can be reused
Sat, 07 May 2016 14:12:23 +0100 Jun Wu dispatch: always load extensions before running shell aliases (issue5230)
Thu, 28 Apr 2016 10:37:47 -0400 Jordi Gutiérrez Hermoso dispatch: add fail-* family of hooks
Thu, 05 May 2016 00:40:01 -0700 Gregory Szorc dispatch: stop setting web.cacerts=! to indicate --insecure
Thu, 05 May 2016 00:34:22 -0700 Gregory Szorc dispatch: set ui.insecureconnections when --insecure is used
Sat, 07 May 2016 00:16:58 +0100 Jun Wu dispatch: defer environment variable resolution in alias commands (BC)
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Fri, 08 Apr 2016 18:35:49 +0000 timeless help: report source of aliases
Tue, 05 Apr 2016 20:01:23 +0100 Martijn Pieters dispatch: split out warning message generation to separate function
Mon, 04 Apr 2016 17:27:37 +0100 Martijn Pieters dispatch: factor out command failure handling into a function
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefunc to mark a function as template function (API)
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefilter to mark a function as template filter (API)
Sat, 09 Jan 2016 22:46:26 +0900 Yuya Nishihara dispatch: show deprecation warning if command has no attributes (issue5137)
Mon, 14 Mar 2016 00:14:43 +0900 Yuya Nishihara dispatch: extract function that tests command attributes
Mon, 14 Mar 2016 00:06:52 +0900 Yuya Nishihara dispatch: make cmdalias forward command attributes to function
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori registrar: add templatekeyword to mark a function as template keyword (API)
Mon, 14 Mar 2016 11:06:34 +0000 Jun Wu dispatch: flush ui before returning from dispatch
Sun, 27 Dec 2015 13:38:46 +0900 Yuya Nishihara dispatch: catch KeyboardInterrupt more broadly
Mon, 14 Mar 2016 12:32:09 +0000 Jun Wu dispatch: extract common logic for handling ParseError
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori registrar: add filesetpredicate to mark a function as fileset predicate
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace extpredicate by revsetpredicate of registrar
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori dispatch: make loading extra information from extension extensible
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Fri, 26 Feb 2016 15:07:58 +0000 Jun Wu dispatch: add wd parameter to _getlocal
Mon, 08 Feb 2016 15:35:30 -0800 Tony Tung dispatch: strip command line options like config file options
Mon, 04 Jan 2016 21:40:05 +0900 Yuya Nishihara dispatch: copy inferrepo attribute to alias commands
Wed, 23 Dec 2015 08:52:52 +0000 timeless error: make InterventionRequired take a hint
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Sun, 21 Jun 2015 21:45:41 -0700 Gregory Szorc dispatch: use print function
Wed, 23 Dec 2015 17:39:32 +0000 timeless error: make ParseError inherit from HintException
Wed, 09 Dec 2015 05:56:54 +0000 timeless help: fix help -c/help -e/help -k
Tue, 24 Nov 2015 14:23:46 -0800 Gregory Szorc dispatch: use versiontuple()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Fri, 25 Sep 2015 11:16:20 -0400 Jordi Gutiérrez Hermoso dispatch: don't stack trace on commands like `hg .log`
Thu, 24 Sep 2015 10:15:37 +0300 Daniel Colascione dispatch: stop warning about EPIPE in --debug mode
Fri, 11 Sep 2015 12:45:19 -0700 Pierre-Yves David traceback: allow providing a local support contact point
Thu, 17 Sep 2015 11:50:55 -0700 Pierre-Yves David dispatch: pre-indent the extensions blaming logic
Sun, 13 Sep 2015 16:30:21 -0400 Jordi Gutiérrez Hermoso dispatch: use the right context manager to deactivate demandimport
Thu, 10 Sep 2015 09:30:10 -0400 Jordi Gutiérrez Hermoso dispatch: disable demandimport when invoking the debugger
Tue, 08 Sep 2015 11:39:52 -0700 Durham Goode profiling: allow logging profile to the blackbox
Mon, 07 Sep 2015 11:35:40 -0700 Durham Goode profiling: add config option for enabling profiling
Mon, 31 Aug 2015 23:29:15 +0900 Yuya Nishihara dispatch: error out on invalid -R path even if optionalrepo (issue4805) (BC)
Sat, 08 Aug 2015 14:42:48 -0700 Gregory Szorc dispatch: use absolute_import
Thu, 25 Jun 2015 17:46:29 -0500 Matt Mackall profiler: mark developer-only config option
Thu, 25 Jun 2015 17:45:49 -0500 Matt Mackall debugger: mark developer-only option
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 28 May 2015 16:42:21 -0400 Jordi Gutiérrez Hermoso dispatch: disable demandimport for the --debugger option
Fri, 22 May 2015 12:14:23 -0500 Matt Mackall profile: disable nested report in lsprof by default
Wed, 20 May 2015 18:17:40 -0500 Pierre-Yves David error: allow a 'hint' to OutOfBandError
Thu, 16 Apr 2015 17:12:33 -0400 Augie Fackler dispatch: add support for python-flamegraph[0] profiling
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
Mon, 26 Jan 2015 15:43:13 -0500 Augie Fackler dispatch: offer near-edit-distance suggestions for {file,rev}set functions
Mon, 02 Mar 2015 01:20:14 -0600 Matt Mackall merge with stable
Thu, 26 Feb 2015 23:30:33 +0900 Yuya Nishihara dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 stable
Mon, 26 Jan 2015 14:50:36 -0500 Augie Fackler dispatch: consolidate formatting of ParseErrors
Thu, 15 Jan 2015 20:36:03 -0800 Gregory Szorc dispatch: only check compatibility against major and minor versions (BC)
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Wed, 03 Sep 2014 15:59:03 -0400 Mike Edgar error: add CensoredNodeError, will be thrown when content deliberately erased
Tue, 09 Sep 2014 13:47:50 -0400 Augie Fackler merge with stable
Wed, 10 Sep 2014 00:41:44 +0900 FUJIWARA Katsunori dispatch: check shell alias again after loading extensions (issue4355) stable
Wed, 10 Sep 2014 00:41:44 +0900 FUJIWARA Katsunori dispatch: make "_checkshellalias" reusable regardless of adding aliases stable
Sun, 16 Mar 2014 17:31:31 +0200 Razvan Cojocaru config: highlight parse error caused by leading spaces (issue3214)
Wed, 13 Aug 2014 22:22:24 +0900 Yuya Nishihara alias: exit from bad definition by Abort
Wed, 13 Aug 2014 22:18:28 +0900 Yuya Nishihara alias: show one-line hint for command provided by disabled extension
Wed, 13 Aug 2014 19:28:42 +0900 Yuya Nishihara alias: provide "unknowncmd" flag to tell help to look for disabled command
Sat, 17 May 2014 21:13:31 +0900 Yuya Nishihara alias: keep error message in "badalias" so that help can see it
Wed, 13 Aug 2014 23:21:52 -0700 Siddharth Agarwal alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
Thu, 31 Jul 2014 14:31:31 -0500 Matt Mackall help: always show command help with -h (issue4240) stable
Tue, 01 Jul 2014 19:54:48 -0500 Matt Mackall dispatch: handle empty IOError args
Sat, 17 May 2014 15:14:18 +0900 Yuya Nishihara alias: change return code of bad definition to 255 stable
Sat, 17 May 2014 13:06:16 +0900 Yuya Nishihara alias: handle shlex error in command aliases stable
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
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