Skip to content

Commit

Permalink
forge-visit-this-repository: Explicit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 4, 2024
1 parent b8956a4 commit 66fef31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/forge-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,9 @@ with a prefix argument also closed topics."
(transient-setup 'forge-topics-menu))
(worktree
(magit-status-setup-buffer worktree))
((forge-list-topics repo)))))
((forge-get-repository repo nil :tracked?)
(forge-list-topics repo))
((user-error "Not tracked and location of clone is unknown")))))

;;; Create

Expand Down

0 comments on commit 66fef31

Please sign in to comment.