##// END OF EJS Templates
bash_completion: add -B|--bookmark support for strip
Sean Farley -
r20130:7c78c7ef default
parent child Browse files
Show More
@@ -408,6 +408,10 b' complete -o bashdefault -o default -o no'
408
408
409 _hg_cmd_strip()
409 _hg_cmd_strip()
410 {
410 {
411 if [[ "$prev" = @(-B|--bookmark) ]]; then
412 _hg_bookmarks
413 return
414 fi
411 _hg_labels
415 _hg_labels
412 }
416 }
413
417
General Comments 0
You need to be logged in to leave comments. Login now