branch: externals/debbugs
commit 0947e1c320878fcb3e3adddd63294686f25b8caa
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Add the "retitle" control
---
 debbugs-gnu.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 0a19bca..50487fc 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1243,6 +1243,7 @@ removed instead."
            "owner" "noowner"
            "invalid"
            "reassign"
+           "retitle"
            "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug"
            "pending" "help" "security" "confirmed"
            "usertag")
@@ -1296,6 +1297,8 @@ removed instead."
                  " ")))
               ((equal message "owner")
                (format "owner %d !\n" id))
+              ((equal message "retitle")
+               (format "retitle %d %s\n" id (read-string "New title: ")))
               ((equal message "reassign")
                (format "reassign %d %s\n" id (read-string "Package(s): ")))
               ((equal message "close")

Reply via email to