1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

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

View File

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