We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30d5ef commit 3b43eeeCopy full SHA for 3b43eee
1 file changed
lisp/forge-commands.el
@@ -817,7 +817,7 @@ Please see the manual for more information."
817
;; longer does this, but we nevertheless have to deal
818
;; with merge-requests that have been lost in time.
819
(error "Cannot check out this merge-request because %s"
820
- "on old Gitlab version discarded the source branch"))
+ "an old Gitlab version discarded the source branch"))
821
((not (eq (oref pullreq state) 'open))
822
(magit-git "branch" "--force" branch pullreq-ref))
823
(t
0 commit comments