]> git.eshelyaron.com Git - emacs.git/commit
* vc.el (vc-mark-resolved): Add `backend' argument.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2008 16:41:26 +0000 (16:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2008 16:41:26 +0000 (16:41 +0000)
commita749e19d070f015f11d6e4b7fad2841d4b0df358
tree12a09c163dcd14b6892f1f191f8972487bdf6c50
parente7290559824406d111d306069b36dde8ced847f9
* vc.el (vc-mark-resolved): Add `backend' argument.
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.
lisp/ChangeLog
lisp/vc-hooks.el
lisp/vc-mcvs.el
lisp/vc-svn.el
lisp/vc.el