1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 02:12:18 -07:00

; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396).

This commit is contained in:
Sean Whitton 2026-02-23 14:11:17 +00:00
parent 40d43c7309
commit 0be64b2f25

View file

@ -582,7 +582,7 @@
;; history of this branch, or only local history. I.e., whether REV
;; has been pushed. Implementations should not consider whether REV
;; is part of the public history of any other branches.
;; It is an error if REV is not present on the current branch.
;; Should signal an error if REV is not present on the current branch.
;; Centralized VCS *must not* implement this, and there is no default
;; implementation.