# HG changeset patch # User Dan Nicolaescu # Date 1199128464 0 # Node ID de46129c1767278b50969a6dc6e483f170c2300e # Parent 23d83c8812e196d792d55500a2410a8f22f4b463 State that dir-state is required to set the vc-state and vc-backend properties. diff -r 23d83c8812e1 -r de46129c1767 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 31 17:53:30 2007 +0000 +++ b/lisp/ChangeLog Mon Dec 31 19:14:24 2007 +0000 @@ -1,3 +1,8 @@ +2007-12-31 Dan Nicolaescu + + * vc.el: State that dir-state is required to set the vc-state and + vc-backend properties. + 2007-12-31 Martin Rudalics * man.el (Man-default-man-entry): Make this a defun. Improve diff -r 23d83c8812e1 -r de46129c1767 lisp/vc.el --- a/lisp/vc.el Mon Dec 31 17:53:30 2007 +0000 +++ b/lisp/vc.el Mon Dec 31 19:14:24 2007 +0000 @@ -163,9 +163,10 @@ ;; state of as many files as possible in DIR, and all subdirecties ;; of DIR, in a fast way; it is used to avoid expensive indivitual ;; vc-state calls. The function should not return anything, but -;; rather store the files' states into the corresponding `vc-state' -;; properties. (Note: in older versions this method was not -;; required to recurse into subdirectories.) +;; rather store the files' states into the corresponding properties. +;; Two properties are required: `vc-backend' and `vc-state'. (Note: +;; in older versions this method was not required to recurse into +;; subdirectories.) ;; ;; * working-revision (file) ;;