]> git.eshelyaron.com Git - emacs.git/commit
Immediately check out the right branch or revision
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 16:04:55 +0000 (18:04 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 16:04:55 +0000 (18:04 +0200)
commit2154219059a21d6aad2e7e390187d78029fff3d0
tree81573032a66e7f9cd941a22389ecd5d1f5d638b8
parenta0532e148cca6fc9ede11fda2c9dda20cac4eca5
Immediately check out the right branch or revision

* lisp/emacs-lisp/package-vc.el (package-vc-unpack) Use REV to avoid
checking out the wrong branch/revision first.
* lisp/vc/vc-bzr.el: Handle REV.
* lisp/vc/vc-git.el: Handle REV.
* lisp/vc/vc-hg.el: Handle REV.
* lisp/vc/vc-svn.el: Handle REV.
* lisp/vc/vc.el: Make BACKEND optional and add REV.
lisp/emacs-lisp/package-vc.el
lisp/vc/vc-bzr.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc-svn.el
lisp/vc/vc.el