# # # patch "tracmtn/__init__.py" # from [79dd8da930f466c82a27b2af777306f1ba629ff6] # to [66e1b8700dfe5f4ff0f17cf350ea8be40957f4e2] # # patch "tracmtn/automate.py" # from [bce475e313421514c7077a08438229e4effe2644] # to [87405dada51b705261718e9087fdf7348b3ff29f] # # patch "tracmtn/backend.py" # from [a17ee6f75391f843fb41baee6a3be37b22935b00] # to [7f2e7ecbe83151dd5bfa660f09311d0a361102ae] # # patch "tracmtn/basic_io.py" # from [51f9f6dc5f0a1893ac8c53d8b2b9822a2f56c968] # to [ad54c6c8c17e9583bd419800ba0fabc8c7774523] # # patch "tracmtn/cache.py" # from [3cd067955720fe17bbb2d3e89337f6ca2ea7a951] # to [7d7e1ee4e93be0834249b25ca16ef6763719e9dd] # # patch "tracmtn/util.py" # from [0c74a27faa89fd3d7bb0e6a6803fdfbb096c4f2c] # to [51f096d91cd98e73bf75a5989420edbc091db097] # ============================================================ --- tracmtn/__init__.py 79dd8da930f466c82a27b2af777306f1ba629ff6 +++ tracmtn/__init__.py 66e1b8700dfe5f4ff0f17cf350ea8be40957f4e2 @@ -1,6 +1,28 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- +""" +Trac Plugin for Monotone +Copyright 2006-2008 Thomas Moschny (address@hidden) + +{{{ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +USA +}}} + +""" + __version__ = '0.0.12' import backend ============================================================ --- tracmtn/automate.py bce475e313421514c7077a08438229e4effe2644 +++ tracmtn/automate.py 87405dada51b705261718e9087fdf7348b3ff29f @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone ============================================================ --- tracmtn/backend.py a17ee6f75391f843fb41baee6a3be37b22935b00 +++ tracmtn/backend.py 7f2e7ecbe83151dd5bfa660f09311d0a361102ae @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone ============================================================ --- tracmtn/basic_io.py 51f9f6dc5f0a1893ac8c53d8b2b9822a2f56c968 +++ tracmtn/basic_io.py ad54c6c8c17e9583bd419800ba0fabc8c7774523 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone ============================================================ --- tracmtn/cache.py 3cd067955720fe17bbb2d3e89337f6ca2ea7a951 +++ tracmtn/cache.py 7d7e1ee4e93be0834249b25ca16ef6763719e9dd @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone ============================================================ --- tracmtn/util.py 0c74a27faa89fd3d7bb0e6a6803fdfbb096c4f2c +++ tracmtn/util.py 51f096d91cd98e73bf75a5989420edbc091db097 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone