<div class="gmail_quote">On Sun, Feb 1, 2009 at 4:42 PM, Fernando Perez <span dir="ltr"><<a href="http://fperez.net">fperez.net</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, Feb 1, 2009 at 12:15 AM, Fernando Perez <<a href="http://fperez.net" target="_blank">fperez.net</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> wrote:<br>
> Howdy,<br>
><br>
> in case anyone is interested, I found a couple of useful posts on<br>
> using bzr and launchpad:<br>
<br>
</div>Incidentally, I forgot yesterday to link to another good post on this same site:<br>
<br>
<a href="http://theironlion.net/blog/2009/01/15/launchpad-code-reviews-without-browser/" target="_blank">http://theironlion.net/blog/2009/01/15/launchpad-code-reviews-without-browser/</a><br>
<br>
about doing the whole review cycle purely via email.  That blog seems<br>
like a good resource to keep in mind...<br>
<div></div></blockquote><div><br>Thanks for pointing these out, this was really useful information. I ended up signing up for the rss feed. <br><br>I spent the morning setting things up like he discussed in advanced concepts. Here is my .bazaar/locations.conf, which allows you to integrate the ideas he talked about in "making pushing easy"  with the layout in advanced concepts:<br>
<br>[/home/darren/Projects/repos]<br>push_location = lp:~dsdale24/<br>push_location:policy = appendpath<br>public_branch = lp:~dsdale24/<br>public_branch:policy = appendpath<br><br>[/home/darren/Projects]<br>cbranch_target = /home/darren/Projects/repos<br>
cbranch_target:policy = appendpath<br></div></div><br>Darren<br>