guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: scripts: describe: Add branch information to recutils output.


From: guix-commits
Subject: 07/08: scripts: describe: Add branch information to recutils output.
Date: Sat, 19 Nov 2022 13:59:54 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b50be211c0c58d8d6bc19ba19dd98ba638ae26e5
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Nov 13 15:43:24 2022 -0600

    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>
---
 guix/scripts/describe.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm
index e2233c78a5..80cd0ce00a 100644
--- a/guix/scripts/describe.scm
+++ b/guix/scripts/describe.scm
@@ -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~%"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]