emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103100: * lisp/vc/vc-hg.el (vc-hg-co


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103100: * lisp/vc/vc-hg.el (vc-hg-command): Doc fix.
Date: Wed, 02 Feb 2011 23:33:16 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103100
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-02 23:33:16 -0800
message:
  * lisp/vc/vc-hg.el (vc-hg-command): Doc fix.
modified:
  lisp/ChangeLog
  lisp/vc/vc-hg.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-03 07:31:42 +0000
+++ b/lisp/ChangeLog    2011-02-03 07:33:16 +0000
@@ -1,5 +1,7 @@
 2011-02-03  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc/vc-hg.el'
--- a/lisp/vc/vc-hg.el  2011-01-29 21:19:21 +0000
+++ b/lisp/vc/vc-hg.el  2011-02-03 07:33:16 +0000
@@ -662,8 +662,8 @@
 
 (defun vc-hg-command (buffer okstatus file-or-list &rest flags)
   "A wrapper around `vc-do-command' for use in vc-hg.el.
-The difference to vc-do-command is that this function always invokes `hg',
-and that it passes `vc-hg-global-switches' to it before FLAGS."
+This function differs from vc-do-command in that it 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]