Mercurial > emacs
changeset 96199:8322a8f8ab08
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 22 Jun 2008 15:01:52 +0000 |
parents | 0c1619dd6a24 |
children | 5f7a1e1f15c4 |
files | lisp/ChangeLog lisp/vc-dav.el |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 22 14:57:42 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 22 15:01:52 2008 +0000 @@ -1,7 +1,8 @@ 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu> * 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 <monnier@iro.umontreal.ca>
--- a/lisp/vc-dav.el Sun Jun 22 14:57:42 2008 +0000 +++ b/lisp/vc-dav.el Sun Jun 22 15:01:52 2008 +0000 @@ -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)