From: Dan Nicolaescu Date: Sun, 22 Jun 2008 15:01:52 +0000 (+0000) Subject: * vc-dav.el: Move here from url/vc-dav.el. X-Git-Tag: emacs-pretest-23.0.90~4574 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22dbf879a3d54dab1213f4e3fd342029b2d665f8;p=emacs.git * 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. --- 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)