From c94060e269215c31b5dcba5c06e4c483c96f552e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 27 Sep 2021 00:17:28 +0530 Subject: gnbug: Print last updated information. * gnbug (print-issue): Print last updated information. --- gnbug | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnbug b/gnbug index 43c52f0..3810ac9 100755 --- a/gnbug +++ b/gnbug @@ -361,6 +361,12 @@ List recent updates. (cyan (issue-created-relative-date issue)) " by " (cyan (issue-creator issue)))) + (when (> (issue-posts issue) 1) + (display (string-append (cyan ",") + " last updated " + (cyan (issue-last-updated-relative-date issue)) + " by " + (cyan (issue-last-updater issue))))) (unless (zero? (issue-tasks issue)) (display (string-append (cyan "; ") (number->string (issue-completed-tasks issue)) -- cgit v1.2.3