From 22dbf879a3d54dab1213f4e3fd342029b2d665f8 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 22 Jun 2008 15:01:52 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 3 ++- lisp/vc-dav.el | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 292adb2de45..337bab27416 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2008-06-22 Dan Nicolaescu * 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. 2008-06-22 Stefan Monnier 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) -- 2.39.2