<div class="gmail_quote">2009/2/12 Doug Lee <span dir="ltr"><<a href="mailto:dgl@dlee.org">dgl@dlee.org</a>></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'm using the current version of Robert's email plugin on a bzr+ssh<br>
server to which people commit, so emails will be generated when any<br>
central branch changes. It works, but there are a couple things I'd<br>
like to improve:<br>
<br>
The branch names indicated in the emails look like<br>
"chroot-140729132:///var/bzr/test/". I'd prefer something like<br>
"/var/bzr/test" or even "server/test." Probably the job of<br>
public_branch...<br>
<br>
but I'm hoping to configure this centrally, not in per-branch<br>
branch.conf files. I'm just having trouble figuring out a branch path<br>
to put in locations.conf. My thought is, if I can figure out the base<br>
path, I can use something like this in bazaar.conf:<br>
<br>
[DEFAULT]<br>
public_branch = central<br>
public_branch:policy = appendpath<br>
<br>
then in locations.conf:<br>
<br>
[central/test/]<br>
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>