aboutsummaryrefslogtreecommitdiff
path: root/doc/setup
diff options
context:
space:
mode:
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>2009-01-29 09:39:56 -0500
committerJoey Hess <joey@kitenet.net>2009-01-29 09:39:56 -0500
commitbbad5127a0f766d888f2339a2934e9cf10023796 (patch)
treeb3b4ea42457346ca9c11e7cd3e49f0a1f428aa4b /doc/setup
parent1194584dad1a8326161658e5a5b1c7980d75023f (diff)
downloadikiwiki-bbad5127a0f766d888f2339a2934e9cf10023796.tar
ikiwiki-bbad5127a0f766d888f2339a2934e9cf10023796.tar.gz
use mercurial instead of hg when set rcs option
Diffstat (limited to 'doc/setup')
-rw-r--r--doc/setup/byhand.mdwn11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn
index 9a2e1f3e9..0184d3d2a 100644
--- a/doc/setup/byhand.mdwn
+++ b/doc/setup/byhand.mdwn
@@ -171,11 +171,12 @@ about using the git repositories.
Once your wiki is checked in to the revision control system, you should
configure ikiwiki to use revision control. Edit your ikiwiki.setup, set
-`rcs` to the the revision control system you chose to use. Be sure to set
-`svnrepo` to the directory for your repository, if using subversion.
-Uncomment the configuration for the wrapper for your revision control
-system, and configure the wrapper path appropriately (for Git, it should be
-the path to `hooks/post-update` inside the bare git repository).
+`rcs` to the the revision control system you chose to use. Be careful,
+you may need to use the 'fullname'. For example, 'hg' doesn't work, you
+should use mercurial. Be sure to set `svnrepo` to the directory for your
+repository, if using subversion. Uncomment the configuration for the wrapper
+for your revision control system, and configure the wrapper path appropriately
+(for Git, it should be the path to `hooks/post-update` inside the bare git repository).
Once it's all set up, run `ikiwiki --setup ikiwiki.setup` once more.
Now you should be able to edit files in $SRCDIR, and use your revision