##// END OF EJS Templates
convert/gnuarch: wrap long line, format kwargs without spaces
Martin Geisler -
r8662:eaee3491 default
parent child Browse files
Show More
@@ -83,7 +83,8 b' class gnuarch_source(converter_source, c'
83
83
84 archive = treeversion.split('/')[0]
84 archive = treeversion.split('/')[0]
85 if archive not in self.archives:
85 if archive not in self.archives:
86 self.ui.status(_('tree analysis stopped because it points to an unregistered archive %s...\n') % archive)
86 self.ui.status(_('tree analysis stopped because it points to '
87 'an unregistered archive %s...\n') % archive)
87 break
88 break
88
89
89 # Get the complete list of revisions for that tree version
90 # Get the complete list of revisions for that tree version
General Comments 0
You need to be logged in to leave comments. Login now