3

I need something of a bug tracker to manage my small one-person project. I decided to use fossil. My project is on bitbucket mercurial repo. Unfortunately fossil docs contain the information about git to fossil export only.

How can I export (convert) it to fossil?

minerals
  • 6,090
  • 17
  • 62
  • 107

1 Answers1

5
  • Fossil can import from Git's fast-export or SVN's dump
  • In order to import Mercurial repo, you have previously push it to Git (with hg-git) or SVN (with hgsubversion)
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110