Skip to content
Snippets Groups Projects
Commit 7e5f5e5858f9 authored by Daniel J. Lauk's avatar Daniel J. Lauk
Browse files

convert: Using --dest-type svn crashed, if the source repo used tags.

The convert extension requires puttags(self, tags) to return a sequence
for a multi-variable assignment.  If puttags implicitly returns None,
the code will break when trying to un-pack None for assignment.
parent 9299b98041e8
No related branches found
No related tags found
No related merge requests found
......@@ -1158,3 +1158,4 @@
def puttags(self, tags):
self.ui.warn(_('XXX TAGS NOT IMPLEMENTED YET\n'))
return None, None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment