mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +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
|
||||
alias hgi='hg incoming'
|
||||
alias hgl='hg pull -u'
|
||||
alias hglr='hg pull --rebase'
|
||||
alias hgo='hg outgoing'
|
||||
alias hgp='hg push'
|
||||
alias hgs='hg status'
|
||||
|
|
Loading…
Reference in a new issue