Mercurial > hg
view tests/test-diffstat.out @ 11524:24965bb270b7
dispatch: add shell aliases
This patch adds git-style "shell aliases" to Mercurial.
Any alias with a definition beginning with a '!' will be treated as a shell
alias. For example:
[alias]
echo = !echo
qempty = !hg qrefresh -X "`hg root`" ; echo Emptied patch "`hg qtop`"
$ hg echo foo
foo
$ hg qempty
Emptied patch foo
$
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 07 Jul 2010 18:49:43 -0400 |
parents | 7d17794f08a9 |
children |
line wrap: on
line source
% wide diffstat a | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 213 insertions(+), 0 deletions(-) % diffstat width a | 213 ++++++++++++++ 1 files changed, 213 insertions(+), 0 deletions(-) % narrow diffstat a | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) % binary diffstat b | 0 1 files changed, 0 insertions(+), 0 deletions(-) % binary git diffstat b | Bin 1 files changed, 0 insertions(+), 0 deletions(-)