https://github.com/zerkms/docker-hg-fast-export
1.6K
Dockerfile for https://github.com/frej/fast-export
Create a target directory and initialise an empty git repository in it (using git init)
Convert a mercurial repository to the git repository with the following command:
docker run --rm -v <src>:/hg -v <dst>:/git zerkms/hg-fast-export
Where <src> and <dst> are the full paths to the source and destination repositories correspondingly.
Content type
Image
Digest
Size
70.4 MB
Last updated
over 6 years ago
docker pull zerkms/hg-fast-export