Under git, a call to irkerhook.py should be installed in the update
hook script of your repo. Under Subversion, the call goes in your
repo's post-commit script. Under Mercurial there are two different
-ways to install it. See the irkerhook manual page for details.
+ways to install it. See the irkerhook manual page for details; the
+source is irkerhook.xml in this distribution.
-Note that if you wee using the CIA service and have ciabot.py in your
+Note that if you were using the CIA service and have ciabot.py in your
git update script, you can simply replace this
/path/to/ciabot.py ${refname} $(git rev-list ${oldhead}..${newhead} | tac)