From: Dan Nicolaescu Date: Sat, 22 Sep 2007 17:17:22 +0000 (+0000) Subject: Mention all supported VC backends. X-Git-Tag: emacs-pretest-22.1.90~750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e8c0b8b36429c3163553af65db89eb2e5907d59;p=emacs.git Mention all supported VC backends. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26564183fda..a115c0291b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-22 Dan Nicolaescu + + * vc.el: Mention all supported VC backends. + 2007-09-22 Richard Stallman * wid-edit.el (widget-specify-button): Don't merge mouse-face with diff --git a/lisp/vc.el b/lisp/vc.el index e0d15f374da..af1ce9440da 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -46,8 +46,9 @@ ;; This mode is fully documented in the Emacs user's manual. ;; -;; Supported version-control systems presently include CVS, RCS, GNU Arch, -;; Subversion, Meta-CVS, and SCCS (or its free replacement, CSSC). +;; Supported version-control systems presently include CVS, RCS, GNU +;; Arch, Subversion, Bzr, Git, Mercurial, Meta-CVS, Monotone and SCCS +;; (or its free replacement, CSSC). ;; ;; Some features will not work with old RCS versions. Where ;; appropriate, VC finds out which version you have, and allows or