pull: Dim the commit ID when displaying news.
* guix/scripts/pull.scm (display-news-entry): Dim the commit line.
This commit is contained in:
parent
0876e9c116
commit
d26c290b7d
@ -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~%"
|
||||
|
Loading…
Reference in New Issue
Block a user