~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to knit.py

  • Committer: Martin Pool
  • Date: 2005-06-28 06:00:26 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628060026-c5e7a60d49bb019d
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
 
27
27
class VerInfo(object):
 
28
    """Information about a version in a Knit."""
28
29
    included = frozenset()
29
30
    def __init__(self, included=None):
30
31
        if included:
72
73
        
73
74
    def add(self, parents, text):
74
75
        """Add a single text on top of the weave.
75
 
 
 
76
  
76
77
        Returns the index number of the newly added version.
77
78
 
78
79
        parents