[PATCH] zsh completions: add qpush --move option

Patrick Mézard pmezard at gmail.com
Sat Aug 7 07:54:06 CDT 2010


Le 07/08/10 09:31, Yuya Nishihara a écrit :
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1281162753 -32400
> # Branch stable
> # Node ID 36e25f25dec11e68fc3240326999c02b3879ab10
> # Parent  28a450e1f54c4df37c581720aac9b2d99dee39b5
> zsh completions: add qpush --move option
> 
> diff --git a/contrib/zsh_completion b/contrib/zsh_completion
> --- a/contrib/zsh_completion
> +++ b/contrib/zsh_completion
> @@ -901,6 +901,7 @@ _hg_cmd_qpush() {
>    '(--merge -m)'{-m+,--merge}'[merge from another queue]:' \
>    '(--name -n)'{-n+,--name}'[merge queue name]:' \
>    '(--force -f)'{-f,--force}'[apply if the patch has rejects]' \
> +  '--move[reorder patch series and apply only the patch]' \
>    ':patch:_hg_qunapplied'
>  }

In crew: http://hg.intevation.org/mercurial/crew/rev/46039b2af349

Thanks!

--
Patrick Mézard


More information about the Mercurial-devel mailing list