This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 997b7c3ff66ac8f1c7581497ef8363805cd96aa0 Author: James McCoy <[email protected]> Date: Fri Dec 6 22:39:40 2013 -0500 bts: Document the behavior of leaving the version out of the found command Closes: #683480 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 7 +++++-- scripts/bts.pl | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c13bf2..c5e03f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ devscripts (2.13.6) UNRELEASED; urgency=medium #731537) * suspicious-source: Correct message when python3-magic isn't installed. (Closes: #731553) - * bts: Document that “bts tag nnn security” will Cc the security team. - (Closes: #684301) + * bts: + + Document that “bts tag nnn security” will Cc the security team. + (Closes: #684301) + + Document the behavior of leaving the version out of the found command. + (Closes: #683480) [ Louis Bettens ] * debchange, mass-bug, bts: Replace call to date -R with strftime(). diff --git a/scripts/bts.pl b/scripts/bts.pl index 40c5b75..30d61d3 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -1374,6 +1374,8 @@ sub bts_reassign { =item B<found> I<bug> [I<version>] Indicate that a I<bug> was found to exist in a particular package version. +Without I<version>, the list of fixed versions is cleared and the bug is +reopened. =cut -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
