contrib/bash_completion
changeset 17463 e49771e2d071
parent 15969 80f3ae36f908
child 18767 69e4787b6867
--- a/contrib/bash_completion	Mon Aug 27 09:37:49 2012 -0700
+++ b/contrib/bash_completion	Fri Aug 31 13:17:16 2012 -0500
@@ -386,6 +386,13 @@
     fi
 }
 
+_hg_cmd_rebase() {
+   if [[ "$prev" = @(-s|--source|-d|--dest|-b|--base|-r|--rev) ]]; then
+       _hg_labels
+       return
+   fi
+}
+
 _hg_cmd_strip()
 {
     _hg_labels