Mercurial > emacs
changeset 78875:2568254b40a4
Mention all supported VC backends.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 22 Sep 2007 17:17:22 +0000 |
parents | 4eac90b842ba |
children | 6824f67c5a37 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 22 11:35:21 2007 +0000 +++ b/lisp/ChangeLog Sat Sep 22 17:17:22 2007 +0000 @@ -1,3 +1,7 @@ +2007-09-22 Dan Nicolaescu <dann@ics.uci.edu> + + * vc.el: Mention all supported VC backends. + 2007-09-22 Richard Stallman <rms@gnu.org> * wid-edit.el (widget-specify-button): Don't merge mouse-face with
--- a/lisp/vc.el Sat Sep 22 11:35:21 2007 +0000 +++ b/lisp/vc.el Sat Sep 22 17:17:22 2007 +0000 @@ -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