[MERGE] repository.reconcile_actions
Martin Pool
mbp at canonical.com
Tue Aug 7 09:19:49 BST 2007
Martin Pool has voted resubmit.
Status is now: Resubmit
Comment:
That seems to make some sense for testing.
+ def reconcile_actions(self):
+ """Return a set of actions taken by reconcile on this
repository.
+
+ :return: A set of actions. e.g. set(['inventory_gc']).
You should explain a bit more what an 'action' is - looks like just a
general string token that's not interpreted?
Rather than making this specific to reconcile, maybe we should just make
it a more generic way to get the capabilities/features of the
repository? get_repository_features or _capabilities, returning a set
of strings. Or alternatively has_feature(name).
For details, see:
http://bundlebuggy.aaronbentley.com/request/%3C1186308038.23776.6.camel%40localhost.localdomain%3E
More information about the bazaar
mailing list