/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 info.py

Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
bzr_commands = ["svn-import", "svn-layout"]
11
11
 
12
 
bzr_compatible_versions = [(1, x, 0) for x in [14, 15, 16, 17, 18]] + \
 
12
bzr_compatible_versions = [(1, x, 0) for x in [15, 16, 17, 18]] + \
13
13
                          [(2, x, 0) for x in [0]]
14
14
 
15
15
bzr_minimum_version = bzr_compatible_versions[0]