开发者

What bzr version did I branch from?

开发者 https://www.devze.com 2023-02-13 18:38 出处:网络
I did a \"bzr branch\" from my team\'s baz开发者_如何学编程aar repository and then committed some changes to my local branch. How can I determine what revision number I initially branched from?Run bzr

I did a "bzr branch" from my team's baz开发者_如何学编程aar repository and then committed some changes to my local branch. How can I determine what revision number I initially branched from?


Run bzr missing URL/to/team/branch and 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.


Look at bzr log the revision after your commits is the one you branched from. The branch point is not stored by Bazaar as far as I know.


If your team's branch is named differently to your local branch, you can run bzr log and look at the branch nick: field. The first revision with your team's branch name is the base revision.

Alternatively, you could look at the creation date of your branch folder. Check that against the timestamps in the commit log.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号