Ticket #7 (closed task: fixed)
Trac ticket #4972 needs a change in the mtn plugin
| Reported by: | anonymous | Owned by: | moschny |
|---|---|---|---|
| Priority: | minor | Component: | tracmtn |
| Version: | 0.0.4 | Keywords: | <Key> |
| Cc: | <Default> |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
