comparison contrib/zsh_completion @ 23091:8d43c6bb38c0 stable

doc: change 'revision or range' to 'revision or revset' The phrase "revision or range" comes from a pre-revset era. Since the documentation for ranges now is under the revset docs, and as a helpful hint nudging users towards revsets, I think it's better to say "revision or revset"
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 24 Oct 2014 13:50:00 -0400
parents b5ca14163742
children 0390cc327dd5
comparison
equal deleted inserted replaced
23090:24600c9d7f4e 23091:8d43c6bb38c0
707 _arguments -s -w : $_hg_log_opts $_hg_pat_opts \ 707 _arguments -s -w : $_hg_log_opts $_hg_pat_opts \
708 '(--follow --follow-first -f)'{-f,--follow}'[follow changeset or history]' \ 708 '(--follow --follow-first -f)'{-f,--follow}'[follow changeset or history]' \
709 '(-f --follow)--follow-first[only follow the first parent of merge changesets]' \ 709 '(-f --follow)--follow-first[only follow the first parent of merge changesets]' \
710 '(--copies -C)'{-C,--copies}'[show copied files]' \ 710 '(--copies -C)'{-C,--copies}'[show copied files]' \
711 '(--keyword -k)'{-k+,--keyword}'[search for a keyword]:' \ 711 '(--keyword -k)'{-k+,--keyword}'[search for a keyword]:' \
712 '*'{-r,--rev}'[show the specified revision or range]:revision:_hg_revrange' \ 712 '*'{-r,--rev}'[show the specified revision or revset]:revision:_hg_revrange' \
713 '(--only-merges -m)'{-m,--only-merges}'[show only merges]' \ 713 '(--only-merges -m)'{-m,--only-merges}'[show only merges]' \
714 '(--prune -P)'{-P+,--prune}'[do not display revision or any of its ancestors]:revision:_hg_labels' \ 714 '(--prune -P)'{-P+,--prune}'[do not display revision or any of its ancestors]:revision:_hg_labels' \
715 '(--graph -G)'{-G+,--graph}'[show the revision DAG]' \ 715 '(--graph -G)'{-G+,--graph}'[show the revision DAG]' \
716 '(--branch -b)'{-b+,--branch}'[show changesets within the given named branch]:branch:_hg_branches' \ 716 '(--branch -b)'{-b+,--branch}'[show changesets within the given named branch]:branch:_hg_branches' \
717 '(--user -u)'{-u+,--user}'[revisions committed by user]:user:' \ 717 '(--user -u)'{-u+,--user}'[revisions committed by user]:user:' \