<div class="gmail_quote">2009/1/30 Sohail Somani <span dir="ltr"><<a href="mailto:sohail@worklogassistant.com">sohail@worklogassistant.com</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;">
Related branches:<br>
push branch: /home/sohail/bzr/code/master <--- HUH?<br>
parent branch: /home/sohail/bzr/code/master <--- HUH?<br>
submit branch: /home/sohail/src/ssci</blockquote><div><br>yeah that bugs me too.<br>Checkout and bound branches doesn'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't know what people would agree on to be a fix)<br>
</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 "next".<br>
</blockquote></div><br>Some stabs in the dark:<br>1) how did you create next?<br> 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> with the above locations this would send your changes to the master.<br><br>regards<br>marius<br>