Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 288:e00b19603472 | 292:69ad773a1484 |
|---|---|
| 884 _arguments -s -w : $_hg_global_opts \ | 884 _arguments -s -w : $_hg_global_opts \ |
| 885 '(--applied -a)'{-a,--applied}'[finish all applied patches]' \ | 885 '(--applied -a)'{-a,--applied}'[finish all applied patches]' \ |
| 886 '*:patch:_hg_qapplied' | 886 '*:patch:_hg_qapplied' |
| 887 } | 887 } |
| 888 | 888 |
| 889 _hg_cmd_qfinish() { | |
| 890 _arguments -s -w : $_hg_global_opts \ | |
| 891 '(--all -a)'{-a,--all}'[finish all patches]' \ | |
| 892 '*:patch:_hg_qapplied' | |
| 893 } | |
| 894 | |
| 889 _hg_cmd_qfold() { | 895 _hg_cmd_qfold() { |
| 890 _arguments -s -w : $_hg_global_opts $_h_commit_opts \ | 896 _arguments -s -w : $_hg_global_opts $_h_commit_opts \ |
| 891 '(--keep,-k)'{-k,--keep}'[keep folded patch files]' \ | 897 '(--keep,-k)'{-k,--keep}'[keep folded patch files]' \ |
| 892 '*:unapplied patch:_hg_qunapplied' | 898 '*:unapplied patch:_hg_qunapplied' |
| 893 } | 899 } |
