# # # patch "config.py.example" # from [3411ae3c8ffefc3341164792f5b0aec9aaaab909] # to [7156cefa2775524e5bbc7f49734d37b3fc1ba504] # # patch "monotone.py" # from [ec95d5b5a5eddb9a4105a179367e1acb35c0ba3d] # to [ecef0d77b01add91f83b6cf4a04d60e9f1da7217] # ============================================================ --- config.py.example 3411ae3c8ffefc3341164792f5b0aec9aaaab909 +++ config.py.example 7156cefa2775524e5bbc7f49734d37b3fc1ba504 @@ -9,6 +9,11 @@ # If config changes are not picked up, reloading # the web server should solve the issue. # +# If you want to run multiple viewmtn installs from +# a single apache server, you might want to look at +# giving them seperate python interpreter instances, +# ie set PythonInterpreter viewmtn1, viewmtn2 etc +# in .htaccess. import sys ============================================================ --- monotone.py ec95d5b5a5eddb9a4105a179367e1acb35c0ba3d +++ monotone.py ecef0d77b01add91f83b6cf4a04d60e9f1da7217 @@ -111,7 +111,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