<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You can do:<div><br></div><div>  $ bzr log -c ancestor:.../path/to/branch</div><div><br></div><div>Brian.</div><div><br><div><div>On 29-Mar-2013, at 1:53 AM, John Meinel wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">There is "bzr qlog a b c" from the qbzr plugin. I think some of its logic for how to lay out multiple branch ancestries is in core bzr. At least, there was effort to make it common so it could be used in web front ends like loggerhead. But I don't think all of that was completed.</p><p dir="ltr">If you just want common ancestors of >2 branches, I'm pretty sure the internal Graph object handles it. But it isn't something that got exposed to the command line.<br>
John<br>
=:-></p>
<div class="gmail_quote">On Mar 28, 2013 8:49 PM,  <<a href="mailto:ckalisiak@attotech.com">ckalisiak@attotech.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hello,<br>
<br>
   Thanks to the assistance of John Arbash Meinel, we have been able to<br>
identify how we should<br>
be dealing with point fixes and code sharing between branches.<br>
<br>
   The next step is how to determine programmatically the greatest common<br>
ancestor of a number<br>
of branches in a respository.<br>
<br>
   I'm aware of "find-merge-base", which is a good start, but it only<br>
operates on two branches at a<br>
time, and its output is only useful as the input to another command (e.g.<br>
bzr log). I'm also aware of<br>
"ancestry" and "graph-ancestry", which provides more detail of the history<br>
of a particular branch.<br>
<br>
   Does there exist a mechanism for graphing the merge history of all<br>
branches contained in a<br>
repository?<br>
<br>
Thanks,<br>
Chris<br>
<br>
--<br>
Chris Kalisiak<br>
Senior Embedded Systems Engineer<br>
ATTO Technology, Inc.<br>
Phone:  +1.716.691.1999 ext. 274<br>
Fax +1.716.691.9353<br>
"Powering the World's Networks & Storage"<br>
<br>
<br>
</blockquote></div>
</blockquote></div><br></div></body></html>