--- 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