~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Aaron Bentley
  • Date: 2006-11-28 04:05:35 UTC
  • mfrom: (2151 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2162.
  • Revision ID: aaron.bentley@utoronto.ca-20061128040535-akirmje66cdnsclg
Merge bzr.dev

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, 13, 0):
 
79
if bzrlib.version_info[:3] != (0, 14, 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"