~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to weave.py

  • Committer: Martin Pool
  • Date: 2005-06-28 14:16:10 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628141610-115ba94de0dfd742
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
# TODO: Perhaps have copy and comparison methods of Weave instances?
25
25
 
 
26
# XXX: If we do weaves this way, will a merge still behave the same
 
27
# way if it's done in a different order?  That's a pretty desirable
 
28
# property.
 
29
 
 
30
 
26
31
 
27
32
class VerInfo(object):
28
33
    """Information about a version in a Weave."""