Show More
@@ -93,9 +93,9 b' class monotone_source(common.converter_s' | |||||
93 | kwargs = pycompat.byteskwargs(kwargs) |
|
93 | kwargs = pycompat.byteskwargs(kwargs) | |
94 | command = [] |
|
94 | command = [] | |
95 | for k, v in kwargs.iteritems(): |
|
95 | for k, v in kwargs.iteritems(): | |
96 |
command.append("% |
|
96 | command.append("%d:%s" % (len(k), k)) | |
97 | if v: |
|
97 | if v: | |
98 |
command.append("% |
|
98 | command.append("%d:%s" % (len(v), v)) | |
99 | if command: |
|
99 | if command: | |
100 | command.insert(0, 'o') |
|
100 | command.insert(0, 'o') | |
101 | command.append('e') |
|
101 | command.append('e') |
General Comments 0
You need to be logged in to leave comments.
Login now