You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I see slugs of my mercurial bitbucket repos still available. I just realized that I still need data from one of them.
Is it possible to get it?
Hi everyone,
Atlassian made a decision to move away from maintaining and supporting Mercurial repositories in 2019.
This was announced in community:
and on our blog:
Bitbucket Cloud Support team is no longer able to restore those repositories.
If you are looking for a Mercurial repository that was public, all the public repos were archived by Software Heritage:
We will not be able to meet any further requests for recovery of private HG repositories and users will need to recover those from local copies only.
Kind regards,
Theodora
Community moderators have prevented the ability to post new answers.
Hi everyone,
Atlassian made a decision to move away from maintaining and supporting Mercurial repositories in 2019.
This was announced in community:
and on our blog:
Bitbucket Cloud Support team is no longer able to restore those repositories.
If you are looking for a Mercurial repository that was public, all the public repos were archived by Software Heritage:
We will not be able to meet any further requests for recovery of private HG repositories and users will need to recover those from local copies only.
Kind regards,
Theodora
Hi @Dima Pasechnik, welcome to the Community!
Mercurial repositories became read-only as of July 1st. As a read-only repo, you should still be able to clone it..
You can find some tips on what to do with your Mercurial repos in our article Sunsetting Mercurial support in Bitbucket. If you browse this Community, you'll also be able to find other threads where people shared their experiences and tips for the migration.
Hope that helps! If you have any other questions, please let us know and we'll be happy to continue helping you.
Regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hg clone does not work though on this url though, how am I supposed to clone it?
It is a public repo, you know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hg clone https://bitbucket.org/dimpase/qcode
http authorization required for https://bitbucket.org/dimpase/qcode
realm: Bitbucket.org HTTP
It is a public repo, but still... Can you open it up? Neither my current Atlassian password with the username dimpase
nor my ssh keys work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
specifically, with ssh I have
$ hg clone ssh://hg@bitbucket.org/dimpase/qcode
remote: Repository is in read only mode.
abort: no suitable response from remote hg!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.