diff lisp/vc-arch.el @ 108450:de8a1b891175

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 11 Apr 2010 10:53:01 +0000
parents 9c5ceea9a88b
children
line wrap: on
line diff
--- a/lisp/vc-arch.el	Fri Apr 09 12:36:12 2010 +0000
+++ b/lisp/vc-arch.el	Sun Apr 11 10:53:01 2010 +0000
@@ -254,8 +254,7 @@
 	       (buffer-substring (point-min) (1- (point-max)))))))))
 
 (defun vc-arch-workfile-unchanged-p (file)
-  "Check if FILE is unchanged by diffing against the master version.
-Return non-nil if FILE is unchanged."
+  "Stub: arch workfiles are always considered to be in a changed state,"
   nil)
 
 (defun vc-arch-state (file)