aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/manage-patch-branches.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-10-21 16:12:20 +0100
committerChristopher Baines <mail@cbaines.net>2023-10-21 16:12:20 +0100
commit77ac35e2ccf47aee813d8bf303b69580e26edb8c (patch)
tree12744b1881bf23bc8b5c5f7ad29b374518c61486 /guix-qa-frontpage/manage-patch-branches.scm
parent612ec41197915e1d0cc935f4145f1fcedcd5c329 (diff)
downloadqa-frontpage-77ac35e2ccf47aee813d8bf303b69580e26edb8c.tar
qa-frontpage-77ac35e2ccf47aee813d8bf303b69580e26edb8c.tar.gz
Highlight the intended branch on the issue page
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r--guix-qa-frontpage/manage-patch-branches.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm
index 951817f..63d1054 100644
--- a/guix-qa-frontpage/manage-patch-branches.scm
+++ b/guix-qa-frontpage/manage-patch-branches.scm
@@ -29,6 +29,8 @@
#:use-module (guix-qa-frontpage guix-data-service)
#:export (create-branch-for-issue
+ patchwork-series->branch
+
start-manage-patch-branches-thread
get-issue-branch-base-and-target-refs))