diff lisp/ChangeLog @ 106576:ad87b48da2b0

(vc-hg-working-revision): Make sure the command is executed in a known environment so that we can parse the output. (Bug#4417)
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Dec 2009 17:12:18 +0000
parents 87010af04b9a
children 446187db591e
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 14 16:55:34 2009 +0000
+++ b/lisp/ChangeLog	Mon Dec 14 17:12:18 2009 +0000
@@ -1,6 +1,8 @@
 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc-hg.el (vc-hg-print-log): Fix argument order.
+	(vc-hg-working-revision): Make sure the command is executed in a
+	known environment so that we can parse the output.  (Bug#4417)
 
 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>