]> git.eshelyaron.com Git - emacs.git/commit
VC API simplification: remove ability to set initial revision.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 11:23:10 +0000 (06:23 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 11:23:10 +0000 (06:23 -0500)
commit2f4f92007956983e6f5cb5136a57ddaa0cd9428e
treecd6c7d910134fca65f02e58fa1cdfd72f2d2cd6c
parent7536c8645e9f82b74bd4da5d91c325ab92beb541
VC API simplification: remove ability to set initial revision.

This hasn't made any sense since RCS, and was a dumb stunt then.

* vc/vc.el and all backends: API simplification; init-revision is
gone, and vc-registered functions no longer take an initial-revision
argument.
12 files changed:
lisp/ChangeLog
lisp/vc/vc-arch.el
lisp/vc/vc-bzr.el
lisp/vc/vc-cvs.el
lisp/vc/vc-dav.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc-mtn.el
lisp/vc/vc-rcs.el
lisp/vc/vc-sccs.el
lisp/vc/vc-src.el
lisp/vc/vc.el