comparison lisp/vc.el @ 91994:aca0b1aa678a

Explain vc-BACKEND-root in Commentary; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 20 Feb 2008 18:11:15 +0000
parents 81890a88d53d
children d48c4ffc9aa2
comparison
equal deleted inserted replaced
91993:ba9a6703fde0 91994:aca0b1aa678a
462 ;; does a sanity check whether there aren't any uncommitted changes at 462 ;; does a sanity check whether there aren't any uncommitted changes at
463 ;; or below DIR, and then performs a tree walk, using the `checkout' 463 ;; or below DIR, and then performs a tree walk, using the `checkout'
464 ;; function to retrieve the corresponding revisions. 464 ;; function to retrieve the corresponding revisions.
465 ;; 465 ;;
466 ;; MISCELLANEOUS 466 ;; MISCELLANEOUS
467 ;;
468 ;; - root (dir)
469 ;;
470 ;; Return DIR's "root" directory, that is, a parent directory of
471 ;; DIR for which the same backend as used for DIR applies. If no
472 ;; such parent exists, this function should return DIR.
467 ;; 473 ;;
468 ;; - make-version-backups-p (file) 474 ;; - make-version-backups-p (file)
469 ;; 475 ;;
470 ;; Return non-nil if unmodified repository revisions of FILE should be 476 ;; Return non-nil if unmodified repository revisions of FILE should be
471 ;; backed up locally. If this is done, VC can perform `diff' and 477 ;; backed up locally. If this is done, VC can perform `diff' and