Yield entries from [paths], too, when completing -R/--repository.
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 19:56:42 +0100
changeset 3992 d86ab4ba5ae6
parent 3991 da3dc89f1e9a
child 3993 04d919cdf263
Yield entries from [paths], too, when completing -R/--repository.
contrib/bash_completion
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -145,6 +145,7 @@ shopt -s extglob
     # global options
     case "$prev" in
 	-R|--repository)
+	    _hg_paths
 	    _hg_repos
 	    return
 	;;