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 % |
|
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 % |
|
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