summaryrefslogtreecommitdiff
path: root/lisp/vc-dav.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-06-22 15:01:52 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-06-22 15:01:52 +0000
commit22dbf879a3d54dab1213f4e3fd342029b2d665f8 (patch)
treec3f36a64a6ce119a7ce24215a0a6e169f4f527bb /lisp/vc-dav.el
parent0b5c42251ace69ed49ccf878443001e6b8ca981d (diff)
downloademacs-22dbf879a3d54dab1213f4e3fd342029b2d665f8.tar.gz
* vc-dav.el: Move here from url/vc-dav.el.
(Todo): Note work needed to make this backend functional. * Makefile.in (ELCFILES): Update vc-dav.el location.
Diffstat (limited to 'lisp/vc-dav.el')
-rw-r--r--lisp/vc-dav.el7
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)