Mercurial > dotfiles
changeset 281:268587bbfc2b
_hg: update to latest upstream zsh completion
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 17 Apr 2012 16:30:04 -0500 |
parents | a501ac24abd9 |
children | ba2fd0bed641 |
files | .zfun/_hg |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.zfun/_hg +++ b/.zfun/_hg @@ -880,6 +880,12 @@ typeset -A _hg_cmd_globals '*:pattern:_hg_files' } +_hg_cmd_qfinish() { + _arguments -s -w : $_hg_global_opts \ + '(--applied -a)'{-a,--applied}'[finish all applied patches]' \ + '*:patch:_hg_qapplied' +} + _hg_cmd_qfold() { _arguments -s -w : $_hg_global_opts $_h_commit_opts \ '(--keep,-k)'{-k,--keep}'[keep folded patch files]' \