branch: externals/vc-jj
commit b2d577f010400ad5c76615620ba26e2612bb7b77
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>
Remove resolved FIXME
As per Stefan Monnier:
https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00224.html
---
vc-jj.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/vc-jj.el b/vc-jj.el
index 7226634cfd..de5f96b439 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -945,9 +945,6 @@ rename."
(bookmarks-at-rev
(or (vc-jj--process-lines nil "bookmark" "list" "-r" target-rev
"-T" "if(!self.remote(), self.name() ++
'\n')")
- ;; FIXME(KrisB 2025-12-09): Is there a more
- ;; idiomatic/cleaner way to exit with a message than a
- ;; `user-error' in the middle of a let binding?
(user-error "No bookmarks at %s"
(propertize
(vc-jj--command-parseable nil "show" "--no-patch"