Add TODO section for package-vc
This commit is contained in:
parent
e9504782fe
commit
e7ebdc29ce
1 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,18 @@
|
|||
;; the source code, this extension allows for packages to be fetched
|
||||
;; and updated directly from a version control system.
|
||||
|
||||
;;; TODO:
|
||||
|
||||
;; - Allow for automatic updating TODO
|
||||
;; * Detect merge conflicts TODO
|
||||
;; * Check if there are upstream changes TODO
|
||||
;; - Respect the .elpaignore file TODO
|
||||
;; - Allow finding revisions that bump the version tag TODO
|
||||
;; * Allow for `package-vc-fetch' to use the version
|
||||
;; of the package if already installed.
|
||||
;; - Allow for ELPA specifications to be respected without TODO
|
||||
;; endangering the user with arbitrary code execution
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'package)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue