]>
git.rmz.io Git - dotfiles.git/blob - zsh/plugins/mercurial/mercurial.plugin.zsh
a3a6ff8b65e42b49b9e59e5cb56c8b49f9563456
5 alias hgba
='hg branches'
6 alias hgco
='hg checkout'
8 alias hged
='hg diffmerge'
10 alias hgl
='hg pull -u'
13 # this is the 'git commit --amend' equivalent
14 alias hgca
='hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip'
16 function hg_current_branch
() {