doc: readme
This commit is contained in:
parent
120f9950e6
commit
c899fd8de6
22
README.md
Normal file
22
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user