JuanCrg90/vpr

Add support vpr branch in bitbucket

Closed this issue · 2 comments

The route for branches in bitbucket is different to the GitHub endpoint

update

vpr branch

to support bitbucket

examples:

GitHub:
https://github.com/JuanCrg90/vpr/tree/master

bitbucket
https://bitbucket.org/JuanCrg90/vpr/branch/master

n8chz commented

Should this open the code page of the current branch in Bitbucket, as in Github?

An example would be:
https://bitbucket.org/n8chz/phaxeer/src/1ca2307a8974e2df35095f102ec1d1c4dd239959/?at=master

A simpler URL that is one click away from the above:
https://bitbucket.org/n8chz/phaxeer/branch/master

@n8chz the URL should be

https://bitbucket.org/<USERNAME>/<PROJECT>/branch/<YOUR_BRANCH>

for example
https://bitbucket.org/n8chz/phaxeer/branch/dev send you to your dev branch

tree/master changes to branch/master