mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-11 05:35:40 +01:00
remote-helpers: trivial style fixes
In accordance with pep8. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -1079,7 +1079,7 @@ def do_export(parser):
|
|||||||
author, msg = parsed_tags.get(tag, (None, None))
|
author, msg = parsed_tags.get(tag, (None, None))
|
||||||
if mode == 'git':
|
if mode == 'git':
|
||||||
if not msg:
|
if not msg:
|
||||||
msg = 'Added tag %s for changeset %s' % (tag, node[:12]);
|
msg = 'Added tag %s for changeset %s' % (tag, node[:12])
|
||||||
tagnode, branch = write_tag(parser.repo, tag, node, msg, author)
|
tagnode, branch = write_tag(parser.repo, tag, node, msg, author)
|
||||||
p_revs[tagnode] = 'refs/heads/branches/' + gitref(branch)
|
p_revs[tagnode] = 'refs/heads/branches/' + gitref(branch)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user