Mercurial > emacs
diff lisp/ChangeLog @ 94809:76b523d99056
Teach the RCS back end to do directories.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 09 May 2008 17:51:39 +0000 |
parents | d58ec1c0d828 |
children | 3e09ff6082e0 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 09 17:39:33 2008 +0000 +++ b/lisp/ChangeLog Fri May 09 17:51:39 2008 +0000 @@ -10,9 +10,12 @@ vc-cvs.el (vc-cvs-comment-history): Inline the code that used to be wash-log. - * vc-scs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback) - (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment) - (vc-sccs-print-log, vc-sccs-diff): Grok directories. + * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback) + (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment, + vc-sccs-print-log, vc-sccs-diff): Grok directories. + * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout, + (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment) + (vc-rcs-print-log): Grok directories. 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>