[fcm] 08/16: Additions to bash completion
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Nov 1 12:16:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository fcm.
commit 43c6739cce1e618a7cc049ca2ccb61710caf3c9a
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Jan 16 17:56:51 2016 +0000
Additions to bash completion
---
debian/bash_completion.d/fcm | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/bash_completion.d/fcm b/debian/bash_completion.d/fcm
index aff77b8..a2dadd2 100644
--- a/debian/bash_completion.d/fcm
+++ b/debian/bash_completion.d/fcm
@@ -4,8 +4,24 @@ branch-diff bdiff bdi branch-info binfo branch-list bls \
browse trac www build cfg-print cfg cmp-ext-cfg conflicts cf \
export-items extract gui keyword-print kp \
loc-layout make mkpatch test-battery \
-add commit ci delete del remove rm diff di merge switch sw update up \
+add commit ci delete del remove rm diff di merge switch sw update up changelist\
" -f fcm
+complete -W " \
+branch-create bcreate bc branch-delete bdelete bdel brm \
+branch-diff bdiff bdi branch-info binfo branch-list bls \
+browse trac www build cfg-print cfg cmp-ext-cfg conflicts cf \
+export-items extract gui keyword-print kp \
+loc-layout make mkpatch test-battery \
+add commit ci delete del remove rm diff di merge switch sw update up changelist\
+" -f fcm_help
# fcm_graphic_diff [-u] [-L OLD_LABEL] [-L NEW_LABEL] OLD NEW
complete -W "-u -L " fcm_graphic_diff
+
+complete -W "--custom --revision --reverse --auto-log --dry-run --non-interactive --verbose -v -r " fcm_merge
+
+complete -W "--targets -N --depth -q --quiet --force --no-ignore --auto-props --no-auto-props \
+ --parents --username --password --no-auth-cache --non-interactive --force-interactive \
+ --trust-server-cert --trust-server-cert-failures --config-option --config-dir " fcm_add
+
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fcm.git
More information about the debian-science-commits
mailing list