# HG changeset patch # User Stefan Monnier # Date 1079450417 0 # Node ID a9f1e961161291f898bb505f12aceab7828a9036 # Parent 815ad617d6ac0fb9a7b419f682ee8033282bacbf (vc-arch-workfile-unchanged-p): Define to avoid dup-diff. diff -r 815ad617d6ac -r a9f1e9611612 lisp/vc-arch.el --- a/lisp/vc-arch.el Tue Mar 16 15:16:59 2004 +0000 +++ b/lisp/vc-arch.el Tue Mar 16 15:20:17 2004 +0000 @@ -122,6 +122,11 @@ ;; Strip the terminating newline. (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." + nil) + (defun vc-arch-state (file) ;; There's no checkout operation and merging is not done from VC ;; so the only operation that's state dependent that VC supports is commit