Merge branch 'ma/hg-to-git'
* ma/hg-to-git: hg-to-git: --allow-empty-message in git commit
This commit is contained in:
commit
400bf4c46b
@ -225,7 +225,7 @@ for cset in range(int(tip) + 1):
|
||||
os.system('git ls-files -x .hg --deleted | git update-index --remove --stdin')
|
||||
|
||||
# commit
|
||||
os.system(getgitenv(user, date) + 'git commit --allow-empty -a -F %s' % filecomment)
|
||||
os.system(getgitenv(user, date) + 'git commit --allow-empty --allow-empty-message -a -F %s' % filecomment)
|
||||
os.unlink(filecomment)
|
||||
|
||||
# tag
|
||||
|
Loading…
Reference in New Issue
Block a user