Monthly Archives: September 2019


Migrating repos from Mercurial to Git

Because Ogre uses Mercurial hosted on Bitbucket, and Mercurial is being removed, this guide is aimed to helping our users to migrate as painless as possible. Git differences We need to explain a few differences from hg to git. If you’re a git expert, you can skip this section. The first main difference is that hg treats the repo history as immutable. Only advanced operations (which must be explicitly enabled) can manipulate history. And doing […]