~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Martin Pool
  • Date: 2005-05-09 03:03:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050509030355-ad6ab558d1362959
- Don't give an error if the trace file can't be opened

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    written out.  This is not stored because you cannot write the hash
35
35
    into the file it describes.
36
36
 
37
 
    :todo: Perhaps make predecessor be a child element, not an attribute?
 
37
    TODO: Perhaps make predecessor be a child element, not an attribute?
38
38
    """
39
39
    def __init__(self, **args):
40
40
        self.inventory_id = None