# HG changeset patch # User Anton Shestakov # Date 1447156350 -28800 # Node ID 8aacac09e22269490b9dace9a6892776f6d4c0c2 # Parent 7e8912dbcea29d3ce511870d0c85610d43bb191c bash_completion: add -p|--patch|--stat support for shelve diff -r 7e8912dbcea2 -r 8aacac09e222 contrib/bash_completion --- a/contrib/bash_completion Sun Nov 08 18:34:36 2015 -0500 +++ b/contrib/bash_completion Tue Nov 10 19:52:30 2015 +0800 @@ -629,7 +629,7 @@ _hg_cmd_shelve() { - if [[ "$prev" = @(-d|--delete|-l|--list) ]]; then + if [[ "$prev" = @(-d|--delete|-l|--list|-p|--patch|--stat) ]]; then _hg_shelves else _hg_status "mard"