Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
219ea611
Commit
219ea611
authored
Feb 02, 2011
by
Glenn Morris
Browse files
* lisp/vc/vc-hg.el (vc-hg-command): Doc fix.
parent
8d7b5b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/vc/vc-hg.el
lisp/vc/vc-hg.el
+2
-2
No files found.
lisp/ChangeLog
View file @
219ea611
2011-02-03 Glenn Morris <rgm@gnu.org>
* vc/vc-hg.el (vc-hg-command): Doc fix.
* term/w32-win.el (libpng-version): Declare for compiler.
* msb.el: No need to load dired while compiling.
...
...
lisp/vc/vc-hg.el
View file @
219ea611
...
...
@@ -662,8 +662,8 @@ This runs the command \"hg merge\"."
(
defun
vc-hg-command
(
buffer
okstatus
file-or-list
&rest
flags
)
"A wrapper around `vc-do-command' for use in vc-hg.el.
Th
e difference to
vc-do-command i
s
that t
his function always
invokes
`hg',
and that it
passes `vc-hg-global-switches' to it before FLAGS."
Th
is function differs from
vc-do-command i
n
that
i
t invokes
`vc-hg-program', and
passes `vc-hg-global-switches' to it before FLAGS."
(
apply
'vc-do-command
(
or
buffer
"*vc*"
)
okstatus
vc-hg-program
file-or-list
(
if
(
stringp
vc-hg-global-switches
)
(
cons
vc-hg-global-switches
flags
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment