/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/util/configobj/configobj.py

Merge with stacked-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    True, False = 1, 0
118
118
 
119
119
 
120
 
__version__ = '4.5.1'
 
120
__version__ = '4.5.2'
121
121
 
122
122
__revision__ = '$Id: configobj.py 156 2006-01-31 14:57:08Z fuzzyman $'
123
123