emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#59255: closed ([PATCH] scripts: describe: Add branch information to recutils output.)
Date: Sat, 19 Nov 2022 18:44:02 +0000

Your message dated Sat, 19 Nov 2022 19:43:37 +0100
with message-id <87ilja944m.fsf@gnu.org>
and subject line Re: bug#59255: [PATCH] scripts: describe: Add branch 
information to recutils output.
has caused the debbugs.gnu.org bug report #59255,
regarding [PATCH] scripts: describe: Add branch information to recutils output.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59255: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59255
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#59255: [PATCH] scripts: describe: Add branch information to recutils output. Date: Sat, 19 Nov 2022 19:43:37 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
jgart <jgart@dismail.de> skribis:

> * guix/scripts/describe.scm (channel->recutils): Add branch information.

Applied!


--- End Message ---

reply via email to

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