5
5
# versions ending in 'exp' mean experimental mappings
6
6
# versions ending in 'dev' mean development version
7
7
# versions ending in 'final' mean release (well tested, etc)
8
bzr_plugin_version = (0, 5, 3, 'dev', 0)
10
bzr_commands = ["git-import", "git-object", "git-refs", "git-apply"]
12
bzr_compatible_versions = [(2, x, 0) for x in [0, 1, 2]]
8
bzr_plugin_version = (0, 4, 2, 'dev', 0)
12
bzr_compatible_versions = [(1, x, 0) for x in [15, 16, 17, 18]]
14
14
bzr_minimum_version = bzr_compatible_versions[0]