Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update 1.6.2 draft release notes
[gitweb.git]
/
contrib
/
hg-to-git
/
hg-to-git.py
diff --git
a/contrib/hg-to-git/hg-to-git.py
b/contrib/hg-to-git/hg-to-git.py
index 61540ef806e67e35022301f4a3fbd5e710b7ddb1..7b03204ed18500756ba55818f0808b52db68d048 100755
(executable)
--- a/
contrib/hg-to-git/hg-to-git.py
+++ b/
contrib/hg-to-git/hg-to-git.py
@@
-152,7
+152,7
@@
def getgitenv(user, date):
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):