/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 breezy/bundle/bundle_data.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-25 02:21:19 UTC
  • mfrom: (7045.2.22 python3-q)
  • Revision ID: breezy.the.bot@gmail.com-20180725022119-j5tbtw8t58csyp2t
Fix a few more tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-q/+merge/349833

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
class RevisionInfo(object):
54
54
    """Gets filled out for each revision object that is read.
55
55
    """
 
56
 
56
57
    def __init__(self, revision_id):
57
58
        self.revision_id = revision_id
58
59
        self.sha1 = None