New Pull Request UI doesn't show files on the right sidebar menu. I switch the old UI, it says "This merge is too large to display." How can I use the new UI for PR?
Hi @ezgikesler and welcome to the community!
We have limits for viewing content and diffs in Bitbucket Cloud, to ensure that requests can complete in a reasonable amount of time.
Since you get a message "This merge is too large to display." with the old UI, it is possible that this PR exceeds some of these limits.
The limits are documented here:
I am quoting from this document:
A file's diff cannot exceed 2000 changed lines or 102,400 bytes (100 KB) of raw diff data.
The entire diff cannot exceed 8000 changed lines.
The maximum number of files in a single diff is limited to 200.
Can you check whether one or more of these limits are exceeded in this specific PR you have issues with?
If this is the case, I would suggest trying one of the suggestions mentioned in the above documentation for keeping manageable pull requests.
Please feel free to let me know if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.