~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

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