What is the best way to tell bzr to stop paying attention to a file that was "add-ed" by mistake?<br><br>- "bzr remove --keep" leaves a status message of "unknown" when executing "bzr status" (this seems potentially confusing for others)<br>
<br>- "bzr ignore" gives the following feedback when it applies to a file that has already been added: "Warning: the following files are version controlled and match your ignore pattern". does this mean it has or has not applied the rule to files already under version control? (perhaps this message should be changed to more clearly indicate this.)<br>
<br>thanks, k<br>