##// END OF EJS Templates
zsh_completion: add '--partial' flag to completions for 'import' (issue5618)...
Martin Tietze -
r33434:9212fd00 default
parent child Browse files
Show More
@@ -672,6 +672,7 b' typeset -A _hg_cmd_globals'
672 '(--force -f)'{-f,--force}'[skip check for outstanding uncommitted changes]' \
672 '(--force -f)'{-f,--force}'[skip check for outstanding uncommitted changes]' \
673 '--bypass[apply patch without touching the working directory]' \
673 '--bypass[apply patch without touching the working directory]' \
674 '--no-commit[do not commit, just update the working directory]' \
674 '--no-commit[do not commit, just update the working directory]' \
675 '--partial[commit even if some hunks fail]' \
675 '--exact[apply patch to the nodes from which it was generated]' \
676 '--exact[apply patch to the nodes from which it was generated]' \
676 '--import-branch[use any branch information in patch (implied by --exact)]' \
677 '--import-branch[use any branch information in patch (implied by --exact)]' \
677 '(--date -d)'{-d+,--date=}'[record datecode as commit date]:date code:' \
678 '(--date -d)'{-d+,--date=}'[record datecode as commit date]:date code:' \
General Comments 0
You need to be logged in to leave comments. Login now