comparison lisp/ChangeLog @ 48970:9fa44cbabc8b

#
author André Spiegel <spiegel@gnu.org>
date Thu, 26 Dec 2002 14:44:21 +0000
parents 9e752ba5dcc3
children 2d4e1ccc9f01
comparison
equal deleted inserted replaced
48969:8a48bb5e7e5b 48970:9fa44cbabc8b
3 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in 3 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4 order to get the latest version on the current branch. Update 4 order to get the latest version on the current branch. Update
5 documentation of vc-BACKEND-checkout to explain this. 5 documentation of vc-BACKEND-checkout to explain this.
6 6
7 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. 7 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
8 8 (vc-rcs-checkin): By default, specify the current workfile
9 * vc-cvs.el (vc-cvs-checkout): Likewise. 9 branch as the check-in revision.
10
11 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
10 12
11 * vc-sccs.el (vc-sccs-checkout): Likewise. 13 * vc-sccs.el (vc-sccs-checkout): Likewise.
12 14
13 2002-12-26 Nick Roberts <nick@nick.uklinux.net> 15 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
14 16