Function: forge--update-revnotes
forge--update-revnotes is a byte-compiled function defined in
forge-github.el.
Signature
(forge--update-revnotes ARG &rest ARGS)
Implementations
(forge--update-revnotes (REPO forge-github-repository) DATA) in `forge-github.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-github.el
(cl-defmethod forge--update-revnotes ((repo forge-github-repository) data)
(closql-with-transaction (forge-db)
(mapc (##forge--update-revnote repo %) data)))