contrib/bash_completion
changeset 3992 d86ab4ba5ae6
parent 3486 f699d4eb25d9
child 3993 04d919cdf263
--- a/contrib/bash_completion	Tue Dec 26 15:42:40 2006 +0100
+++ b/contrib/bash_completion	Tue Dec 26 19:56:42 2006 +0100
@@ -145,6 +145,7 @@
     # global options
     case "$prev" in
 	-R|--repository)
+	    _hg_paths
 	    _hg_repos
 	    return
 	;;