aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-03-10 00:32:27 -0800
committerGlenn Morris2011-03-10 00:32:27 -0800
commit5ceaac0c61ab70280a67588eeb8536fcddc3f9be (patch)
tree26609e3b40c23a6d3bddff9231cbf44052f29467 /lisp/ChangeLog
parent02da65ff3a35a36e86419a3494286a1eba233e89 (diff)
downloademacs-5ceaac0c61ab70280a67588eeb8536fcddc3f9be.tar.gz
emacs-5ceaac0c61ab70280a67588eeb8536fcddc3f9be.zip
* lisp/vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8890a926be..da61e7025ad 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-03-10 Glenn Morris <rgm@gnu.org> 12011-03-10 Glenn Morris <rgm@gnu.org>
2 2
3 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
4
3 * vc/vc-git.el (vc-git-program): New option. 5 * vc/vc-git.el (vc-git-program): New option.
4 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command) 6 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
5 (vc-git--call): Use it. 7 (vc-git--call): Use it.