Mercurial > emacs
changeset 105590:7e0a5f5d7775
* vc.el: Move comments about RCS and SCCS ...
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 14 Oct 2009 06:00:51 +0000 |
parents | e84a6a47bcb9 |
children | 6e1befdc92ef |
files | lisp/ChangeLog lisp/vc-rcs.el lisp/vc-sccs.el lisp/vc.el |
diffstat | 4 files changed, 20 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 14 06:00:51 2009 +0000 @@ -1,3 +1,9 @@ +2009-10-13 Dan Nicolaescu <dann@ics.uci.edu> + + * vc.el: Move comments about RCS and SCCS ... + * vc-rcs.el: + * vc-sccs.el: ... here, respectively. + 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca> * minibuffer.el (completion--file-name-table): Return nil if there's
--- a/lisp/vc-rcs.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc-rcs.el Wed Oct 14 06:00:51 2009 +0000 @@ -26,6 +26,16 @@ ;; See vc.el +;; Some features will not work with old RCS versions. Where +;; appropriate, VC finds out which version you have, and allows or +;; disallows those features (stealing locks, for example, works only +;; from 5.6.2 onwards). +;; Even initial checkins will fail if your RCS version is so old that ci +;; doesn't understand -t-; this has been known to happen to people running +;; NExTSTEP 3.0. +;; +;; You can support the RCS -x option by customizing vc-rcs-master-templates. + ;;; Code: ;;;
--- a/lisp/vc-sccs.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc-sccs.el Wed Oct 14 06:00:51 2009 +0000 @@ -24,6 +24,10 @@ ;;; Commentary: +;; Proper function of the SCCS diff commands requires the shellscript vcdiff +;; to be installed somewhere on Emacs's path for executables. +;; + ;;; Code: (eval-when-compile
--- a/lisp/vc.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc.el Wed Oct 14 06:00:51 2009 +0000 @@ -58,19 +58,6 @@ ;; Arch, Subversion, Bzr, Git, Mercurial, 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 -;; disallows those features (stealing locks, for example, works only -;; from 5.6.2 onwards). -;; Even initial checkins will fail if your RCS version is so old that ci -;; doesn't understand -t-; this has been known to happen to people running -;; NExTSTEP 3.0. -;; -;; You can support the RCS -x option by customizing vc-rcs-master-templates. -;; -;; Proper function of the SCCS diff commands requires the shellscript vcdiff -;; to be installed somewhere on Emacs's path for executables. -;; ;; If your site uses the ChangeLog convention supported by Emacs, the ;; function `log-edit-comment-to-change-log' could prove a useful checkin hook, ;; although you might prefer to use C-c C-a (i.e. `log-edit-insert-changelog')