Mercurial: add alias for pull with rebasing

This commit is contained in:
Vladimir Zakharov 2013-03-27 10:16:46 +04:00
parent 6dd286bba3
commit 295bac0329
1 changed files with 1 additions and 0 deletions

View File

@ -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'