/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to roundtrip.py

More test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
    explicit_parent_ids = None
65
65
 
66
 
    verifiers = {}
67
 
 
68
66
    def __init__(self):
69
67
        self.properties = {}
 
68
        self.verifiers = {}
70
69
 
71
70
    def __nonzero__(self):
72
71
        return bool(self.revision_id or self.properties or self.explicit_parent_ids)
107
106
def generate_roundtripping_metadata(metadata, encoding):
108
107
    """Serialize the roundtripping metadata.
109
108
 
110
 
    :param metadata: A `BzrGitRevisionMetadata` instance
 
109
    :param metadata: A `CommitSupplement` instance
111
110
    :return: String with revision metadata
112
111
    """
113
112
    lines = []