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.994
by Jelmer Vernooij
Require dulwich 0.6.1. |
3 |
dulwich_minimum_version = (0, 6, 1) |
|
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.976
by Jelmer Vernooij
start on 0.5.3. |
8 |
bzr_plugin_version = (0, 5, 3, '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.926
by Jelmer Vernooij
Fix formatting, drop support for Bazaar < 2.0. |
12 |
bzr_compatible_versions = [(2, x, 0) for x in [0, 1, 2]] |
|
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}} |