/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-24 15:48:29 UTC
  • mfrom: (6289 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6337.
  • Revision ID: v.ladeuil+lp@free.fr-20111124154829-avowjpsxdl8yp2vz
merge trunk resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
# Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
53
53
# releaselevel of 'dev' for unreleased under-development code.
54
54
 
55
 
version_info = (2, 4, 2, 'dev', 0)
 
55
version_info = (2, 5, 0, 'dev', 4)
56
56
 
57
57
# API compatibility version
58
58
api_minimum_version = (2, 4, 0)
137
137
# variables that need to be hunted down. Accessing the current BzrLibraryState
138
138
# through this variable is not encouraged: it is better to pass it around as
139
139
# part of the context of an operation than to look it up directly, but when
140
 
# that is too hard, it is better to use this variable than to make a branch new
 
140
# that is too hard, it is better to use this variable than to make a brand new
141
141
# global variable.
142
142
# If using this variable by looking it up (because it can't be easily obtained)
143
143
# it is important to store the reference you get, rather than looking it up