Show More
@@ -404,12 +404,6 b' typeset -A _hg_cmd_globals' | |||||
404 | '*'{-I+,--include=}'[include names matching the given patterns]:pattern:_files -W $(_hg_cmd root) -/' |
|
404 | '*'{-I+,--include=}'[include names matching the given patterns]:pattern:_files -W $(_hg_cmd root) -/' | |
405 | '*'{-X+,--exclude=}'[exclude names matching the given patterns]:pattern:_files -W $(_hg_cmd root) -/') |
|
405 | '*'{-X+,--exclude=}'[exclude names matching the given patterns]:pattern:_files -W $(_hg_cmd root) -/') | |
406 |
|
406 | |||
407 | _hg_clone_opts=( |
|
|||
408 | $_hg_remote_opts |
|
|||
409 | '(--noupdate -U)'{-U,--noupdate}'[do not update the new working directory]' |
|
|||
410 | '--pull[use pull protocol to copy metadata]' |
|
|||
411 | '--uncompressed[use uncompressed transfer (fast over LAN)]') |
|
|||
412 |
|
||||
413 | _hg_date_user_opts=( |
|
407 | _hg_date_user_opts=( | |
414 | '(--currentdate -D)'{-D,--currentdate}'[record the current date as commit date]' |
|
408 | '(--currentdate -D)'{-D,--currentdate}'[record the current date as commit date]' | |
415 | '(--currentuser -U)'{-U,--currentuser}'[record the current user as committer]' |
|
409 | '(--currentuser -U)'{-U,--currentuser}'[record the current user as committer]' | |
@@ -464,6 +458,13 b' typeset -A _hg_cmd_globals' | |||||
464 | '--insecure[do not verify server certificate (ignoring web.cacerts config)]' |
|
458 | '--insecure[do not verify server certificate (ignoring web.cacerts config)]' | |
465 | ) |
|
459 | ) | |
466 |
|
460 | |||
|
461 | _hg_clone_opts=( | |||
|
462 | $_hg_remote_opts | |||
|
463 | '(--noupdate -U)'{-U,--noupdate}'[do not update the new working directory]' | |||
|
464 | '--pull[use pull protocol to copy metadata]' | |||
|
465 | '--stream[clone with minimal data processing]' | |||
|
466 | ) | |||
|
467 | ||||
467 | _hg_subrepos_opts=( |
|
468 | _hg_subrepos_opts=( | |
468 | '(--subrepos -S)'{-S,--subrepos}'[recurse into subrepositories]') |
|
469 | '(--subrepos -S)'{-S,--subrepos}'[recurse into subrepositories]') | |
469 |
|
470 |
General Comments 0
You need to be logged in to leave comments.
Login now