How to access full source of Commit in Bitbucket Web Interface
From http://stackoverflow.com/questions/14528344/how-to-access-full-source-of-old-commit-in-bitbucket
There are links to download specific tags, in the format:
https://bitbucket.org/owner/repository/get/v0.1.2.tar.gz
changing the tag name by the commit hash, like:
https://bitbucket.org/owner/repository/get/A0B1C2D.tar.gz
You can actually download a specific version.