aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/rcs_updates_needed.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-24 17:52:38 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-24 17:52:38 -0400
commit3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf (patch)
treeae86799fb2323c0debd54b47d3f2fe08b4dfd813 /doc/todo/rcs_updates_needed.mdwn
parentde74b20d6e0043d2cb1f7091f139b64c09e551fb (diff)
downloadikiwiki-3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf.tar
ikiwiki-3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf.tar.gz
other DVCS may be able to support anon push
Diffstat (limited to 'doc/todo/rcs_updates_needed.mdwn')
-rw-r--r--doc/todo/rcs_updates_needed.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/rcs_updates_needed.mdwn b/doc/todo/rcs_updates_needed.mdwn
new file mode 100644
index 000000000..472a5800f
--- /dev/null
+++ b/doc/todo/rcs_updates_needed.mdwn
@@ -0,0 +1,10 @@
+I've added three new functions to the ikiwiki VCS interface to support
+renaming and removing files using the web interface. The mercurial and
+tla [[rcs]] backends need implementions of these functions.
+
+(The maintainers of these backends have been mailed. --[[Joey]])
+
+Also, currently git is the only VCS to have support for
+[[untrusted_push|tips/untrusted_git_push]]. It _may_ be possible to
+implement it for other DVCS, if they offer a hook that can be used to check
+incoming pushes early.