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
|
Sun, 01 May 2011 12:29:32 +0200 |
Alexander Solovyov |
add positional arguments to non-shell aliases
|
Sun, 17 Apr 2011 11:37:11 +0200 |
Adrian Buehlmann |
help: do not show full help text for command on option errors
|
Thu, 17 Feb 2011 17:15:32 -0500 |
Steve Losh |
alias: add test cases for $ escaping in shell aliases
stable
|
Fri, 05 Nov 2010 15:54:32 -0400 |
Steve Losh |
alias: fall back to normal error handling for ambigious commands (fixes issue2475)
stable
|
Sun, 17 Oct 2010 13:24:37 -0400 |
Steve Losh |
alias: fail gracefully when invalid global options are given (issue2442)
|
Sat, 09 Oct 2010 11:16:35 +0200 |
Adrian Buehlmann |
tests: add testcase for 208fc9ad6a48 to test-alias.t
|
Tue, 24 Aug 2010 18:25:33 -0400 |
Steve Losh |
alias: only allow global options before a shell alias, pass later ones through
|
Fri, 17 Sep 2010 17:03:04 -0500 |
Matt Mackall |
tests: exit 0 no longer needed on unified tests
|
Thu, 16 Sep 2010 17:51:32 -0500 |
Matt Mackall |
tests: add exit codes to unified tests
|
Wed, 18 Aug 2010 18:56:44 -0400 |
Steve Losh |
aliases: provide more flexible ways to work with shell alias arguments
|