mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Manually cleaned up Mercurial completions.
This commit is contained in:
parent
4a4f8ec523
commit
3087f57453
1 changed files with 0 additions and 4 deletions
|
@ -183,7 +183,6 @@ complete -c hg -n 'contains \'bookmarks\' (commandline -poc)' -s i -l inactive -
|
|||
# Completions for the 'branch' subcommand
|
||||
#
|
||||
|
||||
complete -c hg -n 'contains \'branch\' (commandline -poc)' -l close-branch" -x --description 'Mark this branch as closed'
|
||||
complete -c hg -n 'contains \'branch\' (commandline -poc)' -s f -l force -x --description 'Branch name even if it shadows an existing branch'
|
||||
complete -c hg -n 'contains \'branch\' (commandline -poc)' -s C -l clean -x --description 'Branch name to parent branch name'
|
||||
|
||||
|
@ -784,9 +783,6 @@ complete -c hg -n 'contains \'config\' (commandline -poc)' -l ---END --descripti
|
|||
# Completions for the 'glossary' subcommand
|
||||
#
|
||||
|
||||
complete -c hg -n 'contains \'glossary\' (commandline -poc)' -l close-branch" -x --description 'More information on managing branches'
|
||||
|
||||
|
||||
#
|
||||
# Completions for the 'hgignore' subcommand
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue