# HG changeset patch # User Andr Spiegel # Date 970576496 0 # Node ID a9ddd9042aff009ef9dfe8739bf71897ab7fb45d # Parent adf341c172af576b27ae9d4aa3bdc68a1c389aaf # diff -r adf341c172af -r a9ddd9042aff lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 03 12:24:15 2000 +0000 +++ b/lisp/ChangeLog Tue Oct 03 12:34:56 2000 +0000 @@ -1,14 +1,20 @@ 2000-10-03 Andre Spiegel + * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to + factorize backend-specific code cleanly (this was essentially + conceived by Stefan Monnier). + (vc-unregister): Function removed. + (vc-revert-file): New function. + (vc-revert-buffer): Delegate some of the work to it. + * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember default branch unconditionally. (vc-rcs-set-default-branch): New function. (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it. (vc-rcs-checkin): If an appropriate default branch has been set, force creation of that branch. - - * vc.el (vc-revert-file): New function. - (vc-revert-buffer): Delegate some of the work to it. + (vc-rcs-receive-file): Rewritten to contain only backend-specific + code (as suggested by Stefan Monnier). 2000-10-02 Gerd Moellmann