I did a “bzr branch” from my team’s bazaar repository and then committed some changes to my local branch. How can I determine what revision number I initially branched from?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run
bzr missing URL/to/team/branchand see what’s the lowest number of your and theirs revisions (in the case branches have diverged). Previous number is the point where from you branched.