From 51c69819d79ea4ed146293a9314fc7e78f555ab5 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 8 Mar 2024 22:53:30 +0100 Subject: [PATCH] forge-get-repository: Mention forge-repository-equal in docstring --- lisp/forge-core.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/forge-core.el b/lisp/forge-core.el index b3c7c9a4..1ab32025 100644 --- a/lisp/forge-core.el +++ b/lisp/forge-core.el @@ -191,8 +191,10 @@ The valid values for DEMAND are: Stub repository objects are created without making an API request, so we lack access to the upstream ID, which the IDs used in out database, - derive from. This is done to allow offline operations, but means that - the ID cannot be relied on, making equality operations harder. + derive from. This is done to allow offline operations. + +Use `forge-repository-equal' to check if two objects refer to the same +repository. Also see info node `(forge) Repository Detection'.")