<br><br><div class="gmail_quote">On Thu, Nov 17, 2011 at 4:33 AM, Jelmer Vernooij <span dir="ltr"><<a href="mailto:jelmer@samba.org">jelmer@samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Ken,<br><br><div class="im">
> But I don't see how to access this history if it's there. In<br>
> particular, running 'bzr log <file>' on any file in X/Y errors with<br>
> something like: "bzr: ERROR: Path unknown at end or start of<br>
> revision range: X/Y/foo.txt". Also I can't revert files within Y.<br>
</div>Did you commit the join ? That's the only thing I can think of that<br>
explains the behaviour you're seeing.</blockquote><div><br></div><div><br></div><div>To add, the expected behavior right after the join is finishged (committed)</div><div>is that bzr log <file-in-Y> will show you exactly one log event, which</div>
<div>was the merge/join revision, and then the line</div><div>"Use --include-merges or -n0 to see merged revisions"</div><div><br></div><div>and bzr status will show you:</div><div>unknown:</div><div> Y/.bzr.retired.0/</div>
<div><br></div><div>which are the leftover bits no longer needed from when Y was a</div><div>branch. whereas if you haven't committed the merge, well... you'll see that.</div><div><br></div><div>when I tried my first experiment on this it was not obvious at first that</div>
<div>"join" prepares a merge, but does not magically commit it for you :)</div><div>I don't know why I thought it would do this, but I did...</div><div><br></div></div>