summaryrefslogtreecommitdiff
path: root/etc/alias
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-28 15:15:08 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-28 15:15:08 +0200
commit38f2e753b13203c5979916e3640898d6dfed955d (patch)
tree16c940f6585b9e6ca11e36297a3910b96c4f7fb8 /etc/alias
parent492d1030301c0b8ee5f869bcb8bf2ea26d138bda (diff)
Updated alias 'hgc' to follow 'gitc'
Diffstat (limited to 'etc/alias')
-rw-r--r--etc/alias/short2
1 files changed, 1 insertions, 1 deletions
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'