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 @@ 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~%" | ||||
|  |  | |||
		Reference in a new issue