chiark / gitweb /
Allow the diff showing in the log command if patch modified by edit
[stgit] / contrib / stgit-completion.bash
index 7ae9e6a8bb03bbcc3766ea3f3e5369881d4f3b23..b3b23d497dd45f0942c5ffb2e324052d5083c8b2 100644 (file)
@@ -13,7 +13,6 @@
 _stg_commands="
     add
     applied
-    assimilate
     branch
     delete
     diff
@@ -21,6 +20,7 @@ _stg_commands="
     clone
     commit
     cp
+    edit
     export
     files
     float
@@ -41,6 +41,7 @@ _stg_commands="
     rebase
     refresh
     rename
+    repair
     resolved
     rm
     series
@@ -247,6 +248,7 @@ _stg ()
         unhide) _stg_patches $command _hidden_patches ;;
         # patch commands
         delete) _stg_patches $command _all_patches ;;
+        edit)   _stg_patches $command _applied_patches ;;
         export) _stg_patches $command _applied_patches ;;
         files)  _stg_patches $command _all_patches ;;
         log)    _stg_patches $command _all_patches ;;