diff options
Diffstat (limited to 'etc')
-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' |