mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
new mercurial alias hgup
hgup shows incoming changes (hg in) before pulling them (pull -u)
This commit is contained in:
parent
ea671f0544
commit
ccf13440d8
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ alias hgco='hg checkout'
|
||||||
alias hgd='hg diff'
|
alias hgd='hg diff'
|
||||||
alias hged='hg diffmerge'
|
alias hged='hg diffmerge'
|
||||||
# pull and update
|
# pull and update
|
||||||
|
# show incoming commits with log msg, pull them in if there are any and update
|
||||||
|
alias hgup='hg in && hg pull -u -v'
|
||||||
alias hgl='hg pull -u -v'
|
alias hgl='hg pull -u -v'
|
||||||
alias hgp='hg push -v'
|
alias hgp='hg push -v'
|
||||||
alias hgs='hg status -v'
|
alias hgs='hg status -v'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue