##// END OF EJS Templates
zsh_completion: complete hg files...
av6 -
r39383:ad1c6bd3 default
parent child Browse files
Show More
@@ -631,6 +631,13 b' typeset -A _hg_cmd_globals'
631 '*:revision:_hg_labels'
631 '*:revision:_hg_labels'
632 }
632 }
633
633
634 _hg_cmd_files() {
635 _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \
636 '(--rev -r)'{-r+,--rev=}'[search the repository as it is in REV]:revision:_hg_labels' \
637 '(--print0 -0)'{-0,--print0}'[end filenames with NUL, for use with xargs]' \
638 '*:file:_hg_files'
639 }
640
634 _hg_cmd_forget() {
641 _hg_cmd_forget() {
635 _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_dryrun_opts \
642 _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_dryrun_opts \
636 '(--interactive -i)'{-i,--interactive}'[use interactive mode]' \
643 '(--interactive -i)'{-i,--interactive}'[use interactive mode]' \
General Comments 0
You need to be logged in to leave comments. Login now