Add "hga" alias for command "hg add"

Add an alias for additing files in the mercurial plugin.
This commit is contained in:
mlelansky 2016-04-02 16:45:43 +02:00
parent 286c3e5e28
commit fbd69ee6b6

View File

@ -1,4 +1,5 @@
# Mercurial # Mercurial
alias hga='hg add'
alias hgc='hg commit' alias hgc='hg commit'
alias hgb='hg branch' alias hgb='hg branch'
alias hgba='hg branches' alias hgba='hg branches'