Show More
@@ -154,7 +154,7 b' class monotone_source(common.converter_s' | |||||
154 | retval = [] |
|
154 | retval = [] | |
155 | while True: |
|
155 | while True: | |
156 | commandnbr, stream, length, output = self.mtnstdioreadpacket() |
|
156 | commandnbr, stream, length, output = self.mtnstdioreadpacket() | |
157 |
self.ui.debug('mtn: read packet %s:%s:% |
|
157 | self.ui.debug('mtn: read packet %s:%s:%d\n' % | |
158 | (commandnbr, stream, length)) |
|
158 | (commandnbr, stream, length)) | |
159 |
|
159 | |||
160 | if stream == 'l': |
|
160 | if stream == 'l': |
General Comments 0
You need to be logged in to leave comments.
Login now