~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

Merge in bzrdir work to enable checkout improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                     "\n")
56
56
    raise
57
57
 
58
 
if bzrlib.version_info[:3] != (0, 7, 0):
 
58
if bzrlib.version_info[:3] != (0, 8, 0):
59
59
    sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
60
60
            "This may indicate an installation problem.\n"
61
61
            "bzrlib from %s is version %r\n"