changeset 39398:8ab79580047f

bash_completion: add more global options that receive an argument
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 02 Sep 2018 08:39:17 +0800
parents 452790284a15
children c54d4607e8aa
files contrib/bash_completion
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/bash_completion	Sat Sep 01 11:33:17 2018 -0400
+++ b/contrib/bash_completion	Sun Sep 02 08:39:17 2018 +0800
@@ -152,7 +152,7 @@
 {
     local cur prev cmd cmd_index opts i aliashg
     # global options that receive an argument
-    local global_args='--cwd|-R|--repository'
+    local global_args='--cwd|-R|--repository|--color|--config|--encoding|--encodingmode|--pager'
     local hg="$1"
     local canonical=0