X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ed60fdae02d9317475eb64328ec683e1148c3f7b..cf8be1c862204655aa1ae2520fec32ef9b05d740:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index b1d2730..1867e6b 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -13,12 +13,12 @@ _stg_commands=" add applied - assimilate branch delete diff clean clone + coalesce commit cp edit @@ -42,6 +42,7 @@ _stg_commands=" rebase refresh rename + repair resolved rm series @@ -238,6 +239,7 @@ _stg () # repository commands id) _stg_patches $command _all_patches ;; # stack commands + coalesce) _stg_patches $command _applied_patches ;; float) _stg_patches $command _all_patches ;; goto) _stg_patches $command _all_other_patches ;; hide) _stg_patches $command _unapplied_patches ;; @@ -249,7 +251,7 @@ _stg () # patch commands delete) _stg_patches $command _all_patches ;; edit) _stg_patches $command _applied_patches ;; - export) _stg_patches $command _applied_patches ;; + export) _stg_patches $command _all_patches ;; files) _stg_patches $command _all_patches ;; log) _stg_patches $command _all_patches ;; mail) _stg_patches $command _all_patches ;;