Wrapper script to convert a mercurial repository to git https://code.ivysaur.me/hg2git/
Go to file
mappu c899fd8de6 doc: readme 2018-10-06 15:47:03 +13:00
README.md doc: readme 2018-10-06 15:47:03 +13:00
hg2git hg2git: initial commit 2018-10-06 15:46:58 +13:00

README.md

hg2git

A wrapper script to convert a mercurial repository to git using mercurial-git.

Usage

hg2git ./my-mercurial-repo/

Features

  • Handle necessary bare-repo intermediate state
  • Handle necessary master hg bookmark
  • Preserve ignored files in working directory
  • Clean up hgtags files
  • Partial conversion of hgignore to gitignore

Changelog

2018-10-06 v1.0.0

  • Initial public release