changeset 26904:8aacac09e222

bash_completion: add -p|--patch|--stat support for shelve
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 10 Nov 2015 19:52:30 +0800
parents 7e8912dbcea2
children e40af07e518e
files contrib/bash_completion
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"