What is the best way to tell bzr to stop paying attention to a file that was &quot;add-ed&quot; by mistake?<br><br>- &quot;bzr remove --keep&quot; leaves a status message of &quot;unknown&quot; when executing &quot;bzr status&quot; (this seems potentially confusing for others)<br>
<br>- &quot;bzr ignore&quot; gives the following feedback when it applies to a file that has already been added: &quot;Warning: the following files are version controlled and match your ignore pattern&quot;. 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>