~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-08 05:39:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050408053946-1cb3415e1f8f58493034a5cf
- import lovely urlgrabber library

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