Sign inSign up

zerkms/hg-fast-export

By zerkms

Updated over 6 years ago

https://github.com/zerkms/docker-hg-fast-export

Image
1

1.6K

zerkms/hg-fast-export repository overview

Dockerfile for hg-fast-export tool

Dockerfile for https://github.com/frej/fast-export

Usage

  1. Create a target directory and initialise an empty git repository in it (using git init)

  2. 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.

Tag summary

Content type

Image

Digest

Size

70.4 MB

Last updated

over 6 years ago

docker pull zerkms/hg-fast-export