The following commit has been merged in the master branch:
commit 8a8e23c4c62dc38e496261a88cda50ea7645cfc6
Author: James Vega <[email protected]>
Date: Tue Jul 6 18:12:04 2010 -0400
Document the valid values for the status key in the select command.
Closes: #583067
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 7dc86ee..519b0a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ devscripts (2.10.65) UNRELEASED; urgency=low
in the man page.
+ Allow specifying multiple tag modifiers (+, -, =) in one tag stanza.
(Closes: #578118)
+ + Document the valid values for the status key in the select command.
+ (Closes: #583067)
* debsnap:
+ Iterate over the list of files listed for a hash until we find one that
matches the requested package. (Closes: #584734)
diff --git a/scripts/bts.pl b/scripts/bts.pl
index cbddbae..50eee05 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -999,7 +999,7 @@ Bug severity.
=item status
-Status of the bug.
+Status of the bug. One of "open", "done", or "forwarded".
=item tag
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].