changeset 81703:427009f42fcb

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Jul 2007 15:04:42 +0000
parents fc97b55f9678
children 628ed0fde7ce
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 05 14:55:34 2007 +0000
+++ b/lisp/ChangeLog	Thu Jul 05 15:04:42 2007 +0000
@@ -4,11 +4,11 @@
 	only caller, and delete.
 	(vc-hg-state): Deal with exceptions and only parse the output on
 	successful return.
-
-	* vc-hg.el (vc-hg-internal-log): Inline in
-	`vc-hg-workfile-version', the only caller, and delete.
+	(vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
+	caller, and delete.
 	(vc-hg-workfile-version): Deal with exceptions and only parse the
 	output on successful return.
+	(vc-hg-revert): New function.
 
 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>