scripts: describe: Add branch information to recutils output.
* guix/scripts/describe.scm (channel->recutils): Add branch information. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f1354e7926
								
							
						
					
					
						commit
						b50be211c0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -137,6 +137,7 @@ Display information about the channels currently in use.\n")) | |||
| 
 | ||||
|   (format port "name: ~a~%" (channel-name channel)) | ||||
|   (format port "url: ~a~%" (channel-url channel)) | ||||
|   (format port "branch: ~a~%" (channel-branch channel)) | ||||
|   (format port "commit: ~a~%" (channel-commit channel)) | ||||
|   (when intro | ||||
|     (format port "introductioncommit: ~a~%" | ||||
|  |  | |||
		Reference in a new issue