The following commit has been merged in the master branch:
commit bc4d5730d52a67f80302618a703303c5d2e90c21
Author: James Vega <[email protected]>
Date: Sat Apr 17 19:02:35 2010 -0400
Remove mergechanges from pkgnames completion.
Closes: #578167
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 492990a..fba7d57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+devscripts (2.10.65) UNRELEASED; urgency=low
+
+ * Remove mergechanges from the set of commands which use completion of
+ package names. (Closes: #578167)
+
+ -- James Vega <[email protected]> Sat, 17 Apr 2010 18:52:40 -0400
+
devscripts (2.10.64) unstable; urgency=low
[ Stefano Zacchiroli ]
diff --git a/scripts/pkgnames.bash_completion b/scripts/pkgnames.bash_completion
index 42c448c..1486eb8 100644
--- a/scripts/pkgnames.bash_completion
+++ b/scripts/pkgnames.bash_completion
@@ -8,5 +8,5 @@ _pkg_names()
return 0
}
-complete -F _pkg_names wnpp-alert wnpp-check mk-build-deps rmadison mass-bug
debsnap dd-list build-rdeps who-uploads transition-check getbuildlog dcontrol
grep-excuses rc-alert debcheckout mergechanges bts whodepends dget
pts-subscribe debc pts-unsubscribe
+complete -F _pkg_names wnpp-alert wnpp-check mk-build-deps rmadison mass-bug
debsnap dd-list build-rdeps who-uploads transition-check getbuildlog dcontrol
grep-excuses rc-alert debcheckout bts whodepends dget pts-subscribe debc
pts-unsubscribe
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].