contrib/bash_completion
changeset 3992 d86ab4ba5ae6
parent 3481 f699d4eb25d9
child 3993 04d919cdf263
--- 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
 	;;