diff options
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r-- | lisp/vc-arch.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 555d49b65fb..2ce5ef67656 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -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 |