mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 08:50:40 +01:00
feat(mercurial): add hgci alias for interactive commit (#8912)
Closes #8912
This commit is contained in:
committed by
Marc Cornellà
parent
137b45672d
commit
d058801a18
@@ -2,6 +2,7 @@
|
||||
alias hga='hg add'
|
||||
alias hgc='hg commit'
|
||||
alias hgca='hg commit --amend'
|
||||
alias hgci='hg commit --interactive'
|
||||
alias hgb='hg branch'
|
||||
alias hgba='hg branches'
|
||||
alias hgbk='hg bookmarks'
|
||||
|
||||
Reference in New Issue
Block a user