aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-06-22 15:01:52 +0000
committerDan Nicolaescu2008-06-22 15:01:52 +0000
commit22dbf879a3d54dab1213f4e3fd342029b2d665f8 (patch)
treec3f36a64a6ce119a7ce24215a0a6e169f4f527bb
parent0b5c42251ace69ed49ccf878443001e6b8ca981d (diff)
downloademacs-22dbf879a3d54dab1213f4e3fd342029b2d665f8.tar.gz
emacs-22dbf879a3d54dab1213f4e3fd342029b2d665f8.zip
* 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.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/vc-dav.el7
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 292adb2de45..337bab27416 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
12008-06-22 Dan Nicolaescu <dann@ics.uci.edu> 12008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc-dav.el: Move here from url/vc-dav.el. 3 * vc-dav.el: Move here from url/vc-dav.el.
4 4 (Todo): Note work needed to make this backend functional.
5
5 * Makefile.in (ELCFILES): Update vc-dav.el location. 6 * Makefile.in (ELCFILES): Update vc-dav.el location.
6 7
72008-06-22 Stefan Monnier <monnier@iro.umontreal.ca> 82008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
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 @@
22 22
23;;; Commentary: 23;;; Commentary:
24 24
25;;; Todo:
26;;
27;; - Some methods need to be updated to match the current vc.el.
28;; - rename "version" -> "revision"
29;; - some methods need to take a fileset as a parameter instead of a
30;; single file.
31
25;;; Code: 32;;; Code:
26 33
27(require 'url) 34(require 'url)