##// END OF EJS Templates
monotone: replace %s interpolation with appropriate numeric specifiers...
Matt Harbison -
r52707:f1ef512e default
parent child Browse files
Show More
@@ -160,7 +160,7 b' class monotone_source(common.converter_s'
160 raise error.Abort(
160 raise error.Abort(
161 _(
161 _(
162 b"bad mtn packet - unable to read full packet "
162 b"bad mtn packet - unable to read full packet "
163 b"read %s of %s"
163 b"read %s of %d"
164 )
164 )
165 % (len(read), length)
165 % (len(read), length)
166 )
166 )
@@ -398,7 +398,7 b' class monotone_source(common.converter_s'
398 )
398 )
399 else:
399 else:
400 self.ui.debug(
400 self.ui.debug(
401 b"mtn automate version %s - not using automate stdio "
401 b"mtn automate version %f - not using automate stdio "
402 b"(automate >= 12.0 - mtn >= 0.46 is needed)\n" % version
402 b"(automate >= 12.0 - mtn >= 0.46 is needed)\n" % version
403 )
403 )
404
404
General Comments 0
You need to be logged in to leave comments. Login now