How can I completely replace a bitbucket repository with another repository?
I recently had to make a couple of changes which required rebuilding the repository using hg convert . Unfortunately, this means the bitbucket repo is now inconsistent with the copy I have locally. I don't want to just "blow away" the repo as it exists on bitbucket, because that gets rid of all the other customizations / issue tracking etc. that are associated with the project there. Is it possible to completely wipe the repository from Bitbucket's view of things and push everything from my local (fixed) repo there? You can strip the changesets from the Bitbucket repository. Go to https:/