# HG changeset patch # User Augie Fackler # Date 1327949814 21600 # Node ID 69ad773a1484be2add7f9a2f56af465382f953d4 # Parent e00b1960347231c3b3603f1895bce47c1d8b9a58 _hg: import from upstream diff --git a/.zfun/_hg b/.zfun/_hg --- 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]' \