From 38f2e753b13203c5979916e3640898d6dfed955d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Aug 2008 15:15:08 +0200 Subject: Updated alias 'hgc' to follow 'gitc' --- etc/alias/short | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/alias') diff --git a/etc/alias/short b/etc/alias/short index 954e431..f2b1c52 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -32,7 +32,7 @@ alias git-serve='git-daemon --verbose --export-all --base-path=. .' ## Mercurial (hg) alias hga='hg add' alias hgar='hg addremove' -alias hgc='hg commit -m' +alias hgc='hg commit' # hgd is a function, see there alias hgf='hg fetch' alias hgg='hg glog | less' -- cgit v1.2.3