##// END OF EJS Templates
convert: another typo in svn.latest
Brendan Cully -
r4791:772687e4 default
parent child Browse files
Show More
@@ -141,8 +141,8 b' class convert_svn(converter_source):'
141 141 except SubversionException:
142 142 dirent = None
143 143 if not dirent:
144 raise util.Abort('module %s not found up to revision %d' \
145 % (self.module, stop))
144 raise util.Abort('%s not found up to revision %d' \
145 % (path, stop))
146 146
147 147 return dirent.created_rev
148 148
General Comments 0
You need to be logged in to leave comments. Login now