Skip to content

Commit

Permalink
forge--insert-topic: Delay inserting commits
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 7, 2024
1 parent 5e7c1e3 commit e573e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,8 @@ can be selected from the start."
(when (and (slot-exists-p topic 'merged)
(not (oref topic merged)))
(magit-insert-heading)
(forge--insert-pullreq-commits topic))))
(magit-insert-section-body
(forge--insert-pullreq-commits topic)))))

(defun forge--insert-topic-labels (topic &optional separate)
(and-let* ((labels (closql--iref topic 'labels)))
Expand Down

0 comments on commit e573e6c

Please sign in to comment.