diff lisp/ChangeLog @ 108844:2ad33f941be2

Add support for vc-log-incoming, improve vc-log-outgoing for Git. * lisp/vc-git.el (vc-git-compute-remote): New function. (vc-git-log-outgoing): Use it instead of hard coding a value. (vc-git-log-incoming): New function.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 01 Jun 2010 03:40:09 -0700
parents 1fa0743700cc
children 9754518b7ea0
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 01 02:37:49 2010 -0700
+++ b/lisp/ChangeLog	Tue Jun 01 03:40:09 2010 -0700
@@ -1,5 +1,10 @@
 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	Add support for vc-log-incoming, improve vc-log-outgoing for Git.
+	* vc-git.el (vc-git-compute-remote): New function.
+	(vc-git-log-outgoing): Use it instead of hard coding a value.
+	(vc-git-log-incoming): New function.
+
 	Improve state updating for VC tag commands.
 	* vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
 	to update the state of all buffers in the directory.