; * lisp/vc/vc-hg.el (vc-hg--pushpull): Fix docs for OBSOLETE param.

This commit is contained in:
Sean Whitton 2025-09-05 11:24:07 +01:00
parent 4e7c0489fe
commit 8951cea14b

View file

@ -1567,7 +1567,8 @@ This runs the command \"hg summary\"."
If PROMPT is non-nil, prompt for the Hg command to run.
POST-PROCESSING is a list of commands to execute after the command.
If OBSOLETE is non-nil, behave like the old versions of the Hg push/pull
commands, which only operated on marked files."
commands: when called interactively in a Log View buffer with marked
revisions, fetch only those revisions."
(let (marked-list)
;; The `vc-hg-pull' and `vc-hg-push' commands existed before the
;; `pull'/`push' VC actions were implemented.