summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96f2395)
raw | patch | inline | side by side (parent: 96f2395)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Sun, 6 Jul 2008 03:15:20 +0000 (05:15 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Jul 2008 06:35:12 +0000 (23:35 -0700) |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/hg-to-git/hg-to-git.py | patch | blob | history |
index 61540ef806e67e35022301f4a3fbd5e710b7ddb1..7b03204ed18500756ba55818f0808b52db68d048 100755 (executable)
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):