Skip to content

Commit

Permalink
fix spelling in hg.fish
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
  • Loading branch information
farmergreg committed Apr 1, 2013
1 parent 6ce41f3 commit 9083adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/completions/hg.fish
Expand Up @@ -430,7 +430,7 @@ complete -c hg -n 'contains \'status\' (commandline -poc)' -s u -l unknown --des
complete -c hg -n 'contains \'status\' (commandline -poc)' -s i -l ignored --description 'Show ignored files'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s n -l no-status --description 'Hide status prefix'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s C -l copies --description 'Show source of copied files'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s 0 -l print0 --description 'End filenames with NUL, for use with xargs'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s 0 -l print0 --description 'End filenames with NULL, for use with xargs'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s I -l include --description 'Include names matching the given patterns'
complete -c hg -n 'contains \'status\' (commandline -poc)' -s X -l exclude --description 'Exclude names matching the given patterns'

Expand Down

0 comments on commit 9083adc

Please sign in to comment.