Code review comment for lp:~bac/lazr.lifecycle/snapshot

Revision history for this message
Brad Crittenden (bac) wrote :

Add the IDoNotSnapshot marker interface and add support for ignoring fields that provide it.

When taking snapshots by using the 'providing' argument, the user can choose to selectively ignore some fields by:

alsoProvides(ignored_field, IDoNotSnapshot)

« Back to merge proposal