summary refs log tree commit diff
path: root/gnbug
diff options
context:
space:
mode:
Diffstat (limited to 'gnbug')
-rwxr-xr-xgnbug4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnbug b/gnbug
index b64e7a0..43c52f0 100755
--- a/gnbug
+++ b/gnbug
@@ -350,6 +350,10 @@ List recent updates.
                                    (string-join (issue-assigned issue)
                                                 ", ")
                                    ")"))))
+  (when (> (issue-posts issue) 1)
+    (display (string-append " ["
+                            (number->string (issue-posts issue))
+                            " posts]")))
   (newline)
   (display (string-append
             (cyan (string-append "#" (number->string issue-number)))