diff lisp/ChangeLog @ 98524:622e1277bbf2

(vc-bzr-after-dir-status): Parse the output for non existent files. (vc-bzr-dir-status-files): New function.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 05 Oct 2008 00:08:49 +0000
parents 3ca5759251e6
children 26654d8c83db
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 04 20:38:22 2008 +0000
+++ b/lisp/ChangeLog	Sun Oct 05 00:08:49 2008 +0000
@@ -1,3 +1,9 @@
+2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
+	existent files.
+	(vc-bzr-dir-status-files): New function.
+
 2008-10-04  Glenn Morris  <rgm@gnu.org>
 
 	* files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)