mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Mercurial: add alias for pull with rebasing
This commit is contained in:
parent
6dd286bba3
commit
295bac0329
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ alias hged='hg diffmerge'
|
||||||
# pull and update
|
# pull and update
|
||||||
alias hgi='hg incoming'
|
alias hgi='hg incoming'
|
||||||
alias hgl='hg pull -u'
|
alias hgl='hg pull -u'
|
||||||
|
alias hglr='hg pull --rebase'
|
||||||
alias hgo='hg outgoing'
|
alias hgo='hg outgoing'
|
||||||
alias hgp='hg push'
|
alias hgp='hg push'
|
||||||
alias hgs='hg status'
|
alias hgs='hg status'
|
||||||
|
|
Loading…
Reference in a new issue