-At the moment it supports basic committing and listing recent changes. It implements rcs_notify() and rcs_getctime(), but they're untested. Moreover,
-while there is support for simultaneous commits, any conflicts leave the repository in an unmerged state which has to be cleaned up using the non-web
-monotone interface. The user's data is still stored, and the user is informed if this happens.
+At the moment it is basically complete. It implements rcs_notify() and rcs_getctime(), but they're untested.
+
+In an older version of the patch
+there was support for simultaneous commits, but any conflicts left the repository in an unmerged state which had to be cleaned up using the non-web
+monotone interface. The user's data was still stored, and the user was informed if that happened.