pull: Dim the commit ID when displaying news.
authorLudovic Courtès <ludo@gnu.org>
Wed, 25 Sep 2019 08:48:50 +0000 (10:48 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 25 Sep 2019 13:46:48 +0000 (15:46 +0200)
* guix/scripts/pull.scm (display-news-entry): Dim the commit line.

guix/scripts/pull.scm

index 2b7b991..0372278 100644 (file)
@@ -249,7 +249,7 @@ PORT."
     (channel-news-entry-body entry))
 
   (display-news-entry-title entry language port)
-  (format port (G_ "    commit ~a~%")
+  (format port (dim (G_ "    commit ~a~%"))
           (channel-news-entry-commit entry))
   (newline port)
   (format port "    ~a~%"