~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testweave.py

  • Committer: Martin Pool
  • Date: 2005-06-28 14:38:45 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628143845-20121e2da56485d3
Lame command-line client for reading and writing weaves.

Doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from weave import Weave, VerInfo, WeaveFormatError
27
27
from pprint import pformat
28
28
 
29
 
# XXX: If we do weaves this way, will a merge still behave the same
30
 
# way if it's done in a different order?  That's a pretty desirable
31
 
# property.
32
 
 
33
29
 
34
30
# texts for use in testing
35
31
TEXT_0 = ["Hello world"]