Author: adam-guest
Date: 2008-10-12 16:57:46 +0000 (Sun, 12 Oct 2008)
New Revision: 1664
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
Log:
Update the documentation for "bts select" to make it clearer that
specifying a key multiple times gives "or" semantics. (Closes: #499434)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-10-12 15:43:52 UTC (rev 1663)
+++ trunk/debian/changelog 2008-10-12 16:57:46 UTC (rev 1664)
@@ -8,6 +8,8 @@
+ Expand on the definition of "claim" in the manpage. (Closes: #501142)
+ Trim anything that doesn't look like an e-mail address from $DEBEMAIL or
$EMAIL before using it for un/claim or un/subscribe. (Closes: #501162)
+ + Update the documentation for "bts select" to make it clearer that
+ specifying a key multiple times gives "or" semantics. (Closes: #499434)
* checkbashisms:
+ Recognise brace expansions containing a leading or trailing empty value
("{,foo}", etc). Thanks Jonny Lamb. (Closes: #499971)
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2008-10-12 15:43:52 UTC (rev 1663)
+++ trunk/scripts/bts.pl 2008-10-12 16:57:46 UTC (rev 1664)
@@ -972,6 +972,13 @@
bts select submitter:[EMAIL PROTECTED] tag:wontfix
+If a key is used multiple times then the set of bugs selected includes
+those matching any of the supplied values; for example
+
+bts select package:foo severity:wishlist severity:minor
+
+returns all bugs of package foo with either wishlist or minor severity.
+
=cut
sub bts_select {
--
To unsubscribe, send mail to [EMAIL PROTECTED]