These commands are not available any more.
Signed-off-by: Shinya Kuribayashi <redacted>
---
Shinya Kuribayashi wrote:
"stg add" was dropped several months ago.
Hm, I should have removed applied/unapplied entries also.
thanks,
Shinya
contrib/stgit-completion.bash | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash
index 1867e6b..ac868e7 100644
--- a/contrib/stgit-completion.bash
+++ b/contrib/stgit-completion.bash
@@ -11,8 +11,6 @@
# . ~/.stgit-completion.bash
_stg_commands="
- add
- applied
branch
delete
diff@@ -51,7 +49,6 @@ _stg_commands="
status
sync
top
- unapplied
uncommit
unhide
"@@ -264,7 +261,6 @@ _stg ()
# working-copy commands
diff) _stg_patches_options $command _applied_patches "-r --range" ;;
resolved) _complete_files $command "$(_conflicting_files)" ;;
- add) _complete_files $command "$(_unknown_files)" ;;
# rm) _complete_files $command "$(_known_files)" ;;
# commands that usually raher accept branches
branch) _complete_branch $command _all_branches ;;