aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package-vc.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 8b2b2f707d0..b54108a6193 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -24,6 +24,18 @@
24;; the source code, this extension allows for packages to be fetched 24;; the source code, this extension allows for packages to be fetched
25;; and updated directly from a version control system. 25;; and updated directly from a version control system.
26 26
27;;; TODO:
28
29;; - Allow for automatic updating TODO
30;; * Detect merge conflicts TODO
31;; * Check if there are upstream changes TODO
32;; - Respect the .elpaignore file TODO
33;; - Allow finding revisions that bump the version tag TODO
34;; * Allow for `package-vc-fetch' to use the version
35;; of the package if already installed.
36;; - Allow for ELPA specifications to be respected without TODO
37;; endangering the user with arbitrary code execution
38
27;;; Code: 39;;; Code:
28 40
29(require 'package) 41(require 'package)