~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Aaron Bentley
  • Date: 2007-01-17 15:39:21 UTC
  • mfrom: (1551.9.35 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2239.
  • Revision ID: abentley@panoramicfeedback.com-20070117153921-6pp9ssa2r8n5izoo
Merge bzr.ab, to avoid conflicts submitting

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
import bzrlib.commands
77
77
import bzrlib.trace
78
78
 
79
 
if bzrlib.version_info[:3] != (0, 14, 0):
 
79
if bzrlib.version_info[:3] != (0, 15, 0):
80
80
    sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
81
81
            "This may indicate an installation problem.\n"
82
82
            "bzrlib from %s is version %r\n"