Mercurial > dotfiles
diff .zfun/_hg @ 292:69ad773a1484
_hg: import from upstream
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 30 Jan 2012 12:56:54 -0600 |
parents | 268587bbfc2b |
children |
line wrap: on
line diff
--- a/.zfun/_hg +++ b/.zfun/_hg @@ -886,6 +886,12 @@ typeset -A _hg_cmd_globals '*:patch:_hg_qapplied' } +_hg_cmd_qfinish() { + _arguments -s -w : $_hg_global_opts \ + '(--all -a)'{-a,--all}'[finish all patches]' \ + '*:patch:_hg_qapplied' +} + _hg_cmd_qfold() { _arguments -s -w : $_hg_global_opts $_h_commit_opts \ '(--keep,-k)'{-k,--keep}'[keep folded patch files]' \