aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki-makerepo.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-22 00:22:02 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-22 00:22:02 -0400
commit4643233c180044bce1b588751a378ec361b43c54 (patch)
tree0f4851323b16f7babe2a4dc60a4cfe500aaaa400 /doc/ikiwiki-makerepo.mdwn
parentdb73f81258220fb64f96b6ba45793b6ded2861dd (diff)
downloadikiwiki-4643233c180044bce1b588751a378ec361b43c54.tar
ikiwiki-4643233c180044bce1b588751a378ec361b43c54.tar.gz
monotone updates
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
Diffstat (limited to 'doc/ikiwiki-makerepo.mdwn')
-rw-r--r--doc/ikiwiki-makerepo.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ikiwiki-makerepo.mdwn b/doc/ikiwiki-makerepo.mdwn
index e76b3f318..dcebbb96a 100644
--- a/doc/ikiwiki-makerepo.mdwn
+++ b/doc/ikiwiki-makerepo.mdwn
@@ -4,7 +4,7 @@ ikiwiki-makerepo - check an ikiwiki srcdir into revision control
# SYNOPSIS
-ikiwiki-makerepo svn|git srcdir repository
+ikiwiki-makerepo svn|git|monotone srcdir repository
ikiwiki-makerepo mercurial srcdir
@@ -17,6 +17,9 @@ mercurial repository.
Note that for mercurial, the srcdir is converted into a mercurial
repository. There is no need to have a separate repository with mercurial.
+Note that for monotone, you are assumed to already have run "mtn genkey" to generate
+key.
+
# AUTHOR
Joey Hess <joey@ikiwiki.info>