contrib/bash_completion
changeset 1263 bc1815cf89a7
parent 1153 fa9ae7df88a9
child 1308 2073e5a71008
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -11,6 +11,7 @@
     if [[ "$cur" == de* ]]; then
 	commands="$commands debugcheckstate debugstate debugindex"
 	commands="$commands debugindexdot debugwalk debugdata"
+	commands="$commands debugancestor debugconfig debugrename"
     fi
     COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "$commands" -- "$cur") )
 }