guix-patches
[Top][All Lists]
Advanced

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

[bug#59255] [PATCH] scripts: describe: Add branch information to recutil


From: jgart
Subject: [bug#59255] [PATCH] scripts: describe: Add branch information to recutils output.
Date: Sun, 13 Nov 2022 15:43:24 -0600

* guix/scripts/describe.scm (channel->recutils): Add branch information.
---
 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 @@ (define intro
 
   (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~%"
-- 
2.38.1






reply via email to

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