doc: readme

This commit is contained in:
mappu 2018-10-06 15:47:03 +13:00
parent 120f9950e6
commit c899fd8de6
1 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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