Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Diff support for Bitbucket #17

Closed
pastelsky opened this issue Oct 27, 2019 · 2 comments
Closed

Add Diff support for Bitbucket #17

pastelsky opened this issue Oct 27, 2019 · 2 comments
Labels
Projects

Comments

@pastelsky
Copy link

pastelsky commented Oct 27, 2019

It appears that Bitbucket does support diff between two commits /tags/branches using the following URL format –

https://bitbucket.org/<owner>/<repoName>.git/branches/compare/<commitHash1>..<commitHash2>#diff
@rhysd
Copy link
Owner

rhysd commented Nov 3, 2019

Thank you for letting me know this.

@rhysd
Copy link
Owner

rhysd commented Feb 16, 2020

The URL seems not working. For example, I tried with Tortoise HG repository:

https://bitbucket.org/tortoisehg/thg/branches/compare/a6b614f9bb0e5a6cbded3fa462f99c6dee4e2caa..d3966d0b6bd834ab8e8cc17277219eea0bbf2fa7#diff

But it says 'There are no changes.' URL without /branches/ also does not work:

https://bitbucket.org/tortoisehg/thg/compare/a6b614f9bb0e5a6cbded3fa462f99c6dee4e2caa..d3966d0b6bd834ab8e8cc17277219eea0bbf2fa7#diff

As per answers in this question, the URL does not work when both hash1 and hash2 are in the same branch.

@rhysd rhysd closed this as completed Feb 16, 2020
@rhysd rhysd moved this from Inbox to Won't Do in git-brws Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
git-brws
Won't Do
Development

No branches or pull requests

2 participants