changeset 1263:bc1815cf89a7

Added new debug commands to bash_completion.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 16 Sep 2005 21:31:31 +0200
parents 325c07fd2ebd
children be4a14bfaa9c
files contrib/bash_completion
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/bash_completion	Fri Sep 16 10:42:20 2005 -0700
+++ b/contrib/bash_completion	Fri Sep 16 21:31:31 2005 +0200
@@ -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") )
 }