/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.200.587 by Jelmer Vernooij
Put plugin info in separate file.
1
bzr_plugin_name = "git"
2
0.200.1531 by Jelmer Vernooij
Don't trust index contents - verify against file timestamps.
3
dulwich_minimum_version = (0, 8, 2)
0.200.587 by Jelmer Vernooij
Put plugin info in separate file.
4
5
# versions ending in 'exp' mean experimental mappings
6
# versions ending in 'dev' mean development version
7
# versions ending in 'final' mean release (well tested, etc)
0.200.1565 by Jelmer Vernooij
Start on 0.6.8.
8
bzr_plugin_version = (0, 6, 8, 'dev', 0)
0.200.587 by Jelmer Vernooij
Put plugin info in separate file.
9
0.200.895 by Jelmer Vernooij
Add initial work on git-apply.
10
bzr_commands = ["git-import", "git-object", "git-refs", "git-apply"]
0.200.587 by Jelmer Vernooij
Put plugin info in separate file.
11
0.200.1559 by Jelmer Vernooij
Fix compatibility with bzr 2.5.
12
bzr_compatible_versions = [(2, x, 0) for x in [5]]
0.200.587 by Jelmer Vernooij
Put plugin info in separate file.
13
14
bzr_minimum_version = bzr_compatible_versions[0]
15
16
bzr_maximum_version = bzr_compatible_versions[-1]
17
18
bzr_control_formats = {"Git":{'.git/': None}}