diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 15:01:52 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 15:01:52 +0000 |
commit | 22dbf879a3d54dab1213f4e3fd342029b2d665f8 (patch) | |
tree | c3f36a64a6ce119a7ce24215a0a6e169f4f527bb /lisp/vc-dav.el | |
parent | 0b5c42251ace69ed49ccf878443001e6b8ca981d (diff) | |
download | emacs-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.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) |