Don't use checkpoint
[fast-export/dharding.git] / README.txt
blob368e7ea6c81b196b08b4dd13e35b16c639afc0aa
1 hg2git.(sh|py) - mercurial to git converter using git-fast-import
3 Legal
4 =====
6 The scripts are licensed under the GPL version 2 and were written by
7 Rocco Rutte <pdmef@gmx.net> with hints and help from the git list and
8 #mercurial on freenode.
10 Usage
11 =====
13 Using it is quite simple for a mercurial repository <repo>:
15   mkdir repo-git # or whatever
16   cd repo-git
17   git init
18   hg2git.sh <repo>
20 Incremental imports to track hg repos is supported, too.
22 Notes
23 =====
25 As each git-fast-import run creates a new pack file, it may be required
26 to repack the repository quite often for incremental imports (especially
27 when importing a small number of changesets per incremental import).