Mercurial: add alias for pull with rebasing
This commit is contained in:
parent
6dd286bba3
commit
295bac0329
@ -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 New Issue
Block a user