Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  remote-hg: fix commit messages
  • Loading branch information
Junio C Hamano committed Apr 18, 2013
2 parents ded5652 + 845241d commit c5926ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/remote-helpers/git-remote-hg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''

Expand All @@ -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

Expand Down

0 comments on commit c5926ac

Please sign in to comment.