-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Branch - View / Diff / Compare
-
None
-
2
-
Severity 3 - Minor
-
23
Issue Summary
When comparing branches in branch compare view - https://bitbucket.org/<workspaceID>/<repoSlug>/branches/compare/<sourceBranch>..<destinationBranch>#diff, the list of added/modified files has broken formatting / unnecessary indentation.
Steps to Reproduce
- Select any branch that you want to compare with another destination branch, say feature
- The branch compare view URL would look like this https://bitbucket.org/<workspaceID>/<repoSlug>/branches/compare/feature..master#diff
Expected Results
The list of files in the diff are indented properly
Actual Results
The diff is weirdly indented -
Workaround
Instead of using branch compare view, please use branch view. Click on Branches from the left hand side panel -> Click on the source branch from the list -> change the destination branch as per the requirement.
The URL would look like https://bitbucket.org/<workspaceID>/<repoSlug>/branch/<sourceBranch>. Attaching screenshot for reference -