<div class="gmail_quote">2009/2/12 Doug Lee <span dir="ltr">&lt;<a href="mailto:dgl@dlee.org">dgl@dlee.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m using the current version of Robert&#39;s email plugin on a bzr+ssh<br>
server to which people commit, so emails will be generated when any<br>
central branch changes. &nbsp;It works, but there are a couple things I&#39;d<br>
like to improve:<br>
<br>
The branch names indicated in the emails look like<br>
&quot;chroot-140729132:///var/bzr/test/&quot;. &nbsp;I&#39;d prefer something like<br>
&quot;/var/bzr/test&quot; or even &quot;server/test.&quot; &nbsp;Probably the job of<br>
public_branch...<br>
<br>
but I&#39;m hoping to configure this centrally, not in per-branch<br>
branch.conf files. &nbsp;I&#39;m just having trouble figuring out a branch path<br>
to put in locations.conf. &nbsp;My thought is, if I can figure out the base<br>
path, I can use something like this in bazaar.conf:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;[DEFAULT]<br>
 &nbsp; &nbsp; &nbsp; &nbsp;public_branch = central<br>
 &nbsp; &nbsp; &nbsp; &nbsp;public_branch:policy = appendpath<br>
<br>
then in locations.conf:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;[central/test/]<br>
 &nbsp; &nbsp; &nbsp; &nbsp;post_commit_to = <a href="mailto:u1@email.com">u1@email.com</a>, <a href="mailto:developers@central.com">developers@central.com</a></blockquote></div><br>this seems related to:<br><a href="https://bugs.launchpad.net/bzr/+bug/302593">https://bugs.launchpad.net/bzr/+bug/302593</a>