summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-11-03 19:26:21 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-11-03 19:26:21 +0100
commitec01d9a2092319a90fd95e068af689bd24fc255d (patch)
tree6c7e75c8ced8c6e275c0e2bb20424bf853dc98fb /etc/NEWS
parent7705b66ed3a63cece4ae6ce78af00e581ddda43e (diff)
downloademacs-ec01d9a2092319a90fd95e068af689bd24fc255d.tar.gz
Add command 'package-vc-checkout'
* doc/emacs/package.texi: Document feature. * etc/NEWS: Mention feature. * lisp/emacs-lisp/package-vc.el (package-vc-clone): Extract functionality out of 'package-vc-unpack'. (package-vc-unpack): Extract functionality out to 'package-vc-clone'. (package-vc-checkout): Add command.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cbde7af..d808e7a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1559,6 +1559,11 @@ An existing checkout can now be loaded via package.el, by creating a
symbolic link from the usual package directory to the checkout.
+++
+*** New command 'package-vc-checkout'
+Used to fetch the source of a package by cloning a repository without
+activating the package.
+
++++
*** New command 'package-vc-prepare-patch'
This command allows you to send patches to package maintainers, for
packages checked out using 'package-vc-install'.