; Annotate VC backend functions regarding vc-use-short-revision

* lisp/vc/vc.el (previous-revision, next-revision): Say that
implementations should respect the value of
vc-use-short-revision (bug#80033).
This commit is contained in:
Sean Whitton 2025-12-21 18:10:49 +00:00
parent f98c3a940d
commit 6539b7e8ac

View file

@ -647,6 +647,7 @@
;; function is defined for this backend and that symbol, or a symbolic
;; name involving that symbol, is passed to this function as REV, this
;; function may return a symbolic name.
;; The implementation should respect the value of vc-use-short-revision.
;;
;; Possible future extension: make REV an optional argument, and if
;; nil, default it to FILE's working revision.
@ -662,6 +663,7 @@
;;
;; Return the revision number that follows REV for FILE, or nil if no such
;; revision exists.
;; The implementation should respect the value of vc-use-short-revision.
;;
;; - log-edit-mode ()
;;