diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-28 15:15:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-28 15:15:08 +0200 |
commit | 38f2e753b13203c5979916e3640898d6dfed955d (patch) | |
tree | 16c940f6585b9e6ca11e36297a3910b96c4f7fb8 /etc/alias/short | |
parent | 492d1030301c0b8ee5f869bcb8bf2ea26d138bda (diff) |
Updated alias 'hgc' to follow 'gitc'
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 2 |
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' |