mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-03 23:16:24 +08:00
Manually cleaned up Mercurial completions.
This commit is contained in:
parent
4a4f8ec523
commit
3087f57453
@ -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…
x
Reference in New Issue
Block a user