tests/test-alias.t
Thu, 14 Jan 2021 11:53:55 -0800 Martin von Zweigbergk error: use detailed exit code 10 for command errors
Mon, 23 Nov 2020 16:05:03 -0800 Martin von Zweigbergk errors: raise InputError when too few arguments given to alias
Mon, 23 Nov 2020 12:27:22 -0800 Martin von Zweigbergk errors: raise ConfigError on bad alias definition
Mon, 23 Nov 2020 10:42:03 -0800 Martin von Zweigbergk errors: raise InputError on bad repo arguments
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Thu, 16 Jul 2020 15:56:13 +0200 Joerg Sonnenberger status: match category text in the option description
Tue, 04 Jun 2019 20:58:39 +0900 Yuya Nishihara root: add support for -Tformatter option
Mon, 19 Nov 2018 13:40:03 -0500 Valentin Gatien-Baron tests: make test-alias.t pass with re2
Thu, 18 Oct 2018 19:57:05 -0700 rdamazio help: displaying documented aliases by default
Sun, 30 Sep 2018 15:53:36 +0900 Yuya Nishihara formatter: remove experimental marker from -T option
Tue, 24 Jul 2018 10:47:42 -0700 Martin von Zweigbergk dispatch: show a short error message when invalid global option given
Wed, 28 Mar 2018 22:38:01 -0400 Matt Harbison tests: conditionalize printed environment variable output in test-alias
Wed, 28 Mar 2018 22:04:45 +0900 Yuya Nishihara alias: reject non-ascii characters in user help/doc strings
Sun, 04 Mar 2018 17:11:33 -0500 Rodrigo Damazio help: supporting both help and doc for aliases
Fri, 23 Feb 2018 18:03:58 +0530 Pulkit Goyal py3: add b'' prefixes in test-alias.t
Thu, 23 Nov 2017 23:18:56 +0900 Yuya Nishihara dispatch: replace _earlygetopt(strip=True) with new parser
Mon, 02 Oct 2017 16:48:58 -0700 Jun Wu test-alias: make it compatible with chg
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Sat, 07 May 2016 00:16:58 +0100 Jun Wu dispatch: defer environment variable resolution in alias commands (BC)
Mon, 04 Jan 2016 21:40:05 +0900 Yuya Nishihara dispatch: copy inferrepo attribute to alias commands
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori hg.bat: return exit code explicitly for indirect invocation stable
Wed, 26 Nov 2014 17:22:09 +0300 anatoly techtonik merge: be precise about what merged into what in short desc stable
Tue, 28 Oct 2014 00:19:18 +0900 FUJIWARA Katsunori tests: use "%HG_ARGS%" in shell alias on Windows instead of "$HG_ARGS" stable
Sat, 04 Oct 2014 16:28:28 -0400 Jordi GutiƩrrez Hermoso log: do not hide the public phase in debug mode (BC)
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, 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:38:47 +0900 Yuya Nishihara help: provide help of bad alias without executing aliascmd()
Sat, 17 May 2014 20:47:31 +0900 Yuya Nishihara alias: add test for alias command provided by disabled extension
Wed, 13 Aug 2014 23:21:52 -0700 Siddharth Agarwal alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
Wed, 13 Aug 2014 22:37:09 -0700 Siddharth Agarwal test-alias: add some tests to ensure we aren't double-substituting
Tue, 12 Aug 2014 04:11:32 -0500 Matt Mackall help: normalize helplist hints
Tue, 12 Aug 2014 03:09:26 -0500 Matt Mackall help: improve command summary hint
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
Wed, 29 Jan 2014 23:47:54 +0900 FUJIWARA Katsunori dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True" stable
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Wed, 17 Apr 2013 00:29:54 +0400 Alexander Plavin log: fix behavior with empty repositories (issue3497)
Tue, 12 Feb 2013 22:15:31 +0100 Simon Heimberg dispatch: also a separate warning message on aliases with --config
Fri, 08 Feb 2013 22:54:17 +0100 Mads Kiilerich export: show 'Date' header in a format that also is readable for humans
Wed, 28 Nov 2012 11:20:56 +0100 Pierre-Yves David command: remove phase from the list of basic command stable
Wed, 20 Jun 2012 23:41:21 +0200 Mads Kiilerich tests: add missing no-outer-repo requirements
Sat, 16 Jun 2012 21:57:42 +0200 Mads Kiilerich test-alias: adapt for Windows
Mon, 11 Jun 2012 01:38:32 +0200 Mads Kiilerich tests: cleanup of tests that got lost in their own nested directories
Sat, 02 Jun 2012 11:25:40 +0200 Olav Reinert help: format command and option list help using RST
Sat, 05 May 2012 12:21:22 +0200 Patrick Mezard alias: inherit command optionalrepo flag (issue3298) stable
Tue, 27 Mar 2012 16:13:59 -0500 Matt Mackall alias: abort on missing positional args (issue3331) stable
Wed, 11 Jan 2012 18:14:55 +0100 Olav Reinert help: fix column alignment in "hg help" output
Tue, 10 Jan 2012 19:45:35 +0100 Pierre-Yves David phases: add a phases command to display and manipulate phases
Thu, 01 Dec 2011 15:57:10 -0600 Matt Mackall merge with stable
Thu, 01 Dec 2011 15:51:36 -0600 Matt Mackall alias: shortcut command matching show shadowing works properly (issue3104) stable 2.0.1
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave system-sh' to guard tests that requires sh in system()
Tue, 11 Oct 2011 17:20:03 -0500 Augie Fackler alias: don't shadow commands that we only partially matched (issue2993) (BC)
Fri, 07 Oct 2011 17:08:24 -0500 Matt Mackall help: generate command help into a single RST string for formatting
Mon, 18 Jul 2011 14:53:52 -0500 Matt Mackall alias: fix up test results
Fri, 15 Jul 2011 16:06:53 -0500 Matt Mackall dispatch: move shell alias handling after early arg handling
less more (0) -60 tip