<div class="gmail_quote">2009/1/30 Sohail Somani <span dir="ltr">&lt;<a href="mailto:sohail@worklogassistant.com">sohail@worklogassistant.com</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;">

Related branches:<br>
 &nbsp; &nbsp;push branch: /home/sohail/bzr/code/master &lt;--- HUH?<br>
 &nbsp;parent branch: /home/sohail/bzr/code/master &lt;--- HUH?<br>
 &nbsp;submit branch: /home/sohail/src/ssci</blockquote><div><br>yeah that bugs me too.<br>Checkout and bound branches doesn&#39;t have anything to do with the above locations.<br>So if you are using switch to change between the master and next branches you should only use<br>
update and commit. Other commands like push, pull, merge and missing uses the above locations, so they are dangerous in this scenario IMO.<br>(I want to fix this but don&#39;t know what people would agree on to be a fix)<br>
&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yesterday, I wanted to fix a bug in the master branch so I switched to<br>
it. Looking at the log however, I noticed that all the checkins I had<br>
made to the next branch are in the master directory, although under the<br>
branch nick &quot;next&quot;.<br>
</blockquote></div><br>Some stabs in the dark:<br>1) how did you create next?<br>&nbsp;&nbsp;&nbsp; if you did `bzr checkout master next` , that would explain how it ended up in master. (anything going to next would go to master automatically)<br>
2) after committing did you maybe do a `bzr push` without specifying a location?<br>&nbsp;&nbsp; with the above locations this would send your changes to the master.<br><br>regards<br>marius<br>