Hi all,<br>the 'addremove' command always returns 0, even when all the provided files have been rejected.<br>(I have noticed it running the CommandServer.)<br><br>Should the last line of the help be changed into "Returns 0 on success." ?<div>
<br><font face="'courier new', monospace">def addremove(ui, repo, *pats, **opts):<br>    """add all new files, delete all missing files<br>   ...<br>    Returns 0 if all files are successfully added.<br>
    """</font><br></div><div><font face="'courier new', monospace"><br></font></div><div><font face="'courier new', monospace">-</font></div><div><font face="'courier new', monospace">Andrey</font></div>