670 _arguments -s -w : $_hg_global_opts $_hg_commit_opts \ |
670 _arguments -s -w : $_hg_global_opts $_hg_commit_opts \ |
671 '(--strip -p)'{-p+,--strip=}'[directory strip option for patch (default: 1)]:count:' \ |
671 '(--strip -p)'{-p+,--strip=}'[directory strip option for patch (default: 1)]:count:' \ |
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:' \ |
678 '(--user -u)'{-u+,--user=}'[record user as commiter]:user:' \ |
679 '(--user -u)'{-u+,--user=}'[record user as commiter]:user:' \ |
679 '(--similarity -s)'{-s+,--similarity=}'[guess renamed files by similarity (0<=s<=100)]:' \ |
680 '(--similarity -s)'{-s+,--similarity=}'[guess renamed files by similarity (0<=s<=100)]:' \ |