Emacs mode: Add mark command
[stgit] / contrib / stgit-completion.bash
index b1d2730..b02eb64 100644 (file)
 _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 ;;