]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/mercurial.mdwn
web commit by HenrikBrixAndersen: Add example patch
[ikiwiki.git] / doc / todo / mercurial.mdwn
1 * Need to get post commit hook working (or an example of how to use it.)
2 * rcs_notify is not implemented
3 * Is the code sufficiently robust? It just warns when mercurial fails.
4 * When rcs_commit is called with a $user that is an openid, it will be
5   passed through to mercurial -u. Will mercurial choke on this?
6 * The rcs_commit implementation seems not to notice if the file has been
7   changed since a web edit started. Unlike all the other frontends, which
8   use the rcstoken to detect if the web commit started editing an earlier
9   version of the file, and if so, merge the two sets of changes together.
10   It seems that with the current mercurial commit code, it will always
11   blindly overwrite the current file with the web edited version, losing
12   any other changes.