mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ (define body
|
|||
(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 a new issue