# # # patch "fs.py" # from [5fe2b9c2e463bea44f525387e468a4ab2adf4e23] # to [fae15620c0eef3b48d8b30dee5bd5f9228efd2e0] # # patch "setup.py" # from [df1c0cce9f51d6198e3915362a29c64216db06be] # to [633724a1cfdcc9e7fca70dd55cb3c0e663d8035d] # ============================================================ --- fs.py 5fe2b9c2e463bea44f525387e468a4ab2adf4e23 +++ fs.py fae15620c0eef3b48d8b30dee5bd5f9228efd2e0 @@ -1,13 +1,14 @@ # # This file is part of 'mtnplain' # # Copyright (C) Nathaniel Smith and others # licensed to the public under the terms of the GNU GPL (>= 2) # see the file COPYING for details -# I.e., do what you like, but keep copyright and there's NO WARRANTY. +# I.e., do what you like, but keep copyright and there's NO WARRANTY. # -\# interface to FS-like things +# interface to FS-like things + import urlparse import os import os.path ============================================================ --- setup.py df1c0cce9f51d6198e3915362a29c64216db06be +++ setup.py 633724a1cfdcc9e7fca70dd55cb3c0e663d8035d @@ -1,16 +1,15 @@ # # This file is part of 'mtnplain' # -# Copyright (C) Zbigniew Zagorski and others, +# Copyright (C) Zbigniew Zagorski and others, # licensed to the public under the terms of the GNU GPL (>= 2) # see the file COPYING for details # I.e., do what you like, but keep copyright and there's NO WARRANTY. # -# urlgrabber distutils setup import re as _re -name = "plain" +name = "mtnplain" description = """The monotone plain database synchronizer""" long_description = """The monotone plain (or "dumb") protocol allows