# # # patch "tracvc/mtn/backend.py" # from [e486acc4d520326f32f35e550369d8277bf52bfd] # to [dd95bce4fca5686e32b25280235292f0ac7d3a15] # ============================================================ --- tracvc/mtn/backend.py e486acc4d520326f32f35e550369d8277bf52bfd +++ tracvc/mtn/backend.py dd95bce4fca5686e32b25280235292f0ac7d3a15 @@ -1,9 +1,9 @@ Trac Plugin for Monotone #!/usr/bin/env python # -*- coding: utf-8 -*- """ Trac Plugin for Monotone -Copyright 2006, 2007 Thomas Moschny (address@hidden) +Copyright 2006-2008 Thomas Moschny (address@hidden) {{{ This program is free software; you can redistribute it and/or modify @@ -58,7 +58,7 @@ INTERFACE_VERSIONS = { '3.0': '0.29', '3.1': '0.30', '4.0': '0.31-0.33', '4.1': '0.34', '4.3': '0.35', '5.0': '0.36', - '6.0': '0.37', + '6.0': '0.37-0.38', } class MonotoneConnector(Component):