diff lisp/ChangeLog @ 94511:40171abb3041

(vc-hg-extra-fileinfo): New defstruct. (vc-hg-status-printer): New function. (vc-hg-after-dir-status): Deal with copied and renamed files. (vc-hg-dir-status): Add flag to show copied files.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 01 May 2008 06:35:09 +0000
parents 6bcc84306589
children d10cd2d8d9ae
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 01 06:33:24 2008 +0000
+++ b/lisp/ChangeLog	Thu May 01 06:35:09 2008 +0000
@@ -2,6 +2,11 @@
 
 	* vc.el (vc-dir-mode-map): Don't bind "r".
 
+	* vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
+	(vc-hg-status-printer): New function.
+	(vc-hg-after-dir-status): Deal with copied and renamed files.
+	(vc-hg-dir-status): Add flag to show copied files.
+
 2008-05-01  John Paul Wallington  <jpw@pobox.com>
 
 	* ibuffer.el (ibuffer-last-sorting-mode): New variable.