The following commit has been merged in the master branch:
commit a9564ab646eedb081457e240f4cc08f9dd38284e
Author: James Vega <[email protected]>
Date: Thu Apr 21 07:22:48 2011 -0400
bts: Indicate version argument is optional for done command.
Closes: #623567
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index d77bb40..4d4fb46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ devscripts (2.10.73) UNRELEASED; urgency=low
(Closes: #574155)
* uupdate: Handle hidden files when the upstream archive doesn't contain its
files under one top-level directory. (Closes: #601945)
+ * bts: Indicate version argument is optional for done command. (Closes:
+ #623567)
[ Benjamin Drung ]
* Add myself to uploaders.
diff --git a/scripts/bts.pl b/scripts/bts.pl
index 6e0f896..3bb1f31 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -1209,7 +1209,7 @@ an explanation of why you have closed this bug. Thank
you!
EOT
}
-=item B<done> I<bug> I<version>
+=item B<done> I<bug> [I<version>]
Mark a I<bug> as Done. This forces interactive mode since done messages should
include an explanation why the bug is being closed. You should specify which
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].