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
|