# # # patch "monotone.py" # from [fe810be90d92a76684a2035d9e7aa6b1a77347c9] # to [bae49e4c0a167cf50c06a029d3f384d862d36741] # ============================================================ --- monotone.py fe810be90d92a76684a2035d9e7aa6b1a77347c9 +++ monotone.py bae49e4c0a167cf50c06a029d3f384d862d36741 @@ -107,7 +107,8 @@ else: return filter(None, result.split('\n')) def basic_io_parser(self, data): - "returns a list of lists of (key, type, value) tuples." + "returns a list of lists of (key, value) tuples. hashes are returned with []s around + them; strings are returned raw." def unescape_string_value(str): rv = "" is_terminated = False