id summary reporter owner description type status priority component version resolution keywords cc 7 Trac ticket #4972 needs a change in the mtn plugin anonymous Thomas Moschny "I've just done this in backend.py {{{ @@ -382,6 +382,12 @@ class MonotoneRepository(Repository): """""" return dates(self.mtn.certs(rev).get('date', [])) + def close(self): + """""" + Do whatever is needed to close a repository. + Nothing yet, we just dont raise the exception like our parent does. + """""" + }}} Other than that, i'm clueless what would need to be done in that method." task closed minor tracmtn 0.0.4 fixed