Jump to content

Bitbucket is deprecating Mercurial


Lisias

Recommended Posts

Guys,

Whoever is still using Mercurial on Bitbucket, it's time to migrate to GIT.

Bitbucket is deprecating Mercurial:

Quote

Here are the key dates as we sunset Mercurial functionality:

  • February 1, 2020: users will no longer be able to create new Mercurial repositories
  • June 1, 2020: users will not be able to use Mercurial features in Bitbucket or via its API and all Mercurial repositories will be removed.

All current Mercurial functionality in Bitbucket will be available through May 31, 2020.

 

The procedure is easy enough:

  • Install stuff
    • virtualenv -p python2.7 ~/python
    • . ~/python/bin/activate
    • pip install dulwich urllib3 brotli ipaddress
  • or if you don'd mind installing stuff directly into your System
    • sudo  pip-2.7 install dulwich urllib3 brotli ipaddress
  • And then follow the instructions on https://hg-git.github.io

Windows users will need a slightly different procedures, but it's essentially the same thing.

Some older KSP projects are hosted in Bitbutcket, and perhaps some of them are using Mercurial. It seems a good time to clone and convert them for historical reasons!

Edited by Lisias
better procedures
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...