mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
Merge branch 'maint'
* maint: remote-hg: fix commit messages
This commit is contained in:
@@ -326,6 +326,8 @@ def export_ref(repo, name, kind, head):
|
||||
else:
|
||||
modified, removed = get_filechanges(repo, c, parents[0])
|
||||
|
||||
desc += '\n'
|
||||
|
||||
if mode == 'hg':
|
||||
extra_msg = ''
|
||||
|
||||
@@ -349,7 +351,6 @@ def export_ref(repo, name, kind, head):
|
||||
else:
|
||||
extra_msg += "extra : %s : %s\n" % (key, urllib.quote(value))
|
||||
|
||||
desc += '\n'
|
||||
if extra_msg:
|
||||
desc += '\n--HG--\n' + extra_msg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user