Hi,
I'm looking at the Bitbucket commit history page for a particular branch of a repository that was originally converted from Subversion. Since I have the specific branch name selected from the menu, I would expect that the view of the branch would stop at the first commit where the branch was created (from the trunk of the original SVN repo). Instead, the view keeps going with all the original trunk commits that occurred prior to the creation of the branch. Additionally, the graph to the left is the same color (green) for all commits both on the branch and prior to it.
The branch/tag name "blocks" to the right of the commit message are correct and stop at the first commit on the branch, but I guess I was expecting that the history view itself would stop there and not include commits prior to when the branch was created.
I did a quick test with a brand new repo, created a master branch and pushed some commits. Then I created a "test-feature" branch, made some changes and pushed. When I look at the commit history in Bitbucket and select the "test-feature" branch, I see *all* of my commits from the original master and not just the commits from the "test-feature" branch.
Is this expected behavior or a display bug?
thanks,
-steve
Update: I found that if I merged the "test-feature" branch back into master, then the graph color changes in the commit history view and shows bright green from the commit where the branch was originally created onward. Prior to that the commits are shown in a different color.
So it would appear that for cases where the branch has not been merged back into another branch is when the graph color does not change. Maybe this is expected behavior but it would be a nice visual indicator for exactly when the branch got created if the color of the graph could change at that commit point.