X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fhg-to-git%2Fhg-to-git.py;h=7b03204ed18500756ba55818f0808b52db68d048;hb=a904392eaeee1629c0ac14dae8e579bb8497636a;hp=61540ef806e67e35022301f4a3fbd5e710b7ddb1;hpb=96f2395951fd81ad49217d49074dfbcf3f0df685;p=git.git diff --git a/contrib/hg-to-git/hg-to-git.py b/contrib/hg-to-git/hg-to-git.py index 61540ef80..7b03204ed 100755 --- a/contrib/hg-to-git/hg-to-git.py +++ b/contrib/hg-to-git/hg-to-git.py @@ -152,7 +152,7 @@ for cset in range(1, int(tip) + 1): if not hgvers.has_key("0"): print 'creating repository' - os.system('git init-db') + os.system('git init') # loop through every hg changeset for cset in range(int(tip) + 1):