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
|