diff options
Diffstat (limited to 'lisp/vc-dav.el')
-rw-r--r-- | lisp/vc-dav.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/vc-dav.el b/lisp/vc-dav.el index 907dbb510c1..17b49d79076 100644 --- a/lisp/vc-dav.el +++ b/lisp/vc-dav.el @@ -22,6 +22,13 @@ ;;; Commentary: +;;; Todo: +;; +;; - Some methods need to be updated to match the current vc.el. +;; - rename "version" -> "revision" +;; - some methods need to take a fileset as a parameter instead of a +;; single file. + ;;; Code: (require 'url) |