comparison lisp/vc.el @ 85114:5039706521c9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2007 08:52:57 +0000
parents fecb5847ec94 2568254b40a4
children d5d7671ba1ea 14c4a6aac623
comparison
equal deleted inserted replaced
85113:82b4a12fd080 85114:5039706521c9
62 ;;; Commentary: 62 ;;; Commentary:
63 63
64 ;; This mode is fully documented in the Emacs user's manual. 64 ;; This mode is fully documented in the Emacs user's manual.
65 ;; 65 ;;
66 ;; Supported version-control systems presently include CVS, RCS, GNU 66 ;; Supported version-control systems presently include CVS, RCS, GNU
67 ;; Arch, Subversion, Bzr, Mercurial, Meta-CVS, and SCCS (or its free 67 ;; Arch, Subversion, Bzr, Git, Mercurial, Meta-CVS, Monotone and SCCS
68 ;; replacement, CSSC). 68 ;; (or its free replacement, CSSC).
69 ;; 69 ;;
70 ;; Some features will not work with old RCS versions. Where 70 ;; Some features will not work with old RCS versions. Where
71 ;; appropriate, VC finds out which version you have, and allows or 71 ;; appropriate, VC finds out which version you have, and allows or
72 ;; disallows those features (stealing locks, for example, works only 72 ;; disallows those features (stealing locks, for example, works only
73 ;; from 5.6.2 onwards). 73 ;; from 5.6.2 onwards).