mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * lisp/vc/vc-hg.el (vc-hg--pushpull): Fix docs for OBSOLETE param.
This commit is contained in:
parent
4e7c0489fe
commit
8951cea14b
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue