<p>The config for this can be in .bzr/branch/branch.conf<br>
Then it won&#39;t influence other branches (which was on concern).<br>
I.e. it could be a local workingtree config to make your workflow bearable, without altering what needs to be recorded in the revision where you removed them.</p>
<p>-- <br>
marius <br>
my G1 forces top posting :(</p>
<p><blockquote type="cite">On Dec 11, 2009 5:35 AM, &quot;Andrew Bennetts&quot; &lt;<a href="mailto:andrew.bennetts@canonical.com">andrew.bennetts@canonical.com</a>&gt; wrote:<br><br>Stefan Monnier wrote:<br>
[...]<br>
<p><font color="#500050">&gt; Basically the situation is as follows:
&gt; - take an upstream repository with some files you don&#39;t w...</font></p>[...]<br>
<p><font color="#500050">&gt; So, does Bzr offer some way to say
&gt; 
&gt;    bzr rm --really-no-conflicts-please filesIdontwant

</font></p>I don&#39;t know of a good way to do that at the moment.  &#39;bzr revert<br>
fileIdontwant.OTHER&#39; after a merge will at least remove the readded file<br>
and the conflict in one go, but that still leaves the unversioned and<br>
unwanted .BASE cluttering your tree.<br>
<br>
The problem of course with &#39;bzr rm --really-no-conflicts-please&#39; is that<br>
someone else merging from your branch may want to reverse that<br>
decision... I&#39;m not sure what a good solution to that would look like,<br>
either in terms of UI or in terms of what&#39;s recorded in the repository.<br>
<br>
I&#39;m working on per-file merge hooks at the moment<br>
(<a href="https://bugs.launchpad.net/bzr/+bug/491711" target="_blank">https://bugs.launchpad.net/bzr/+bug/491711</a>), perhaps that will help.  I<br>
think it&#39;ll allow you to write a plugin just to say “always prefer THIS<br>
over OTHER for merge of file X”.  That&#39;s not as easy as a<br>
--really-no-conflicts-please option, but it&#39;s a start.<br>
<font color="#888888"><br>
-Andrew.<br>
<br>
<br>
</font></blockquote></p>