summaryrefslogtreecommitdiff
path: root/info.py
blob: 92ac82e09adf529d3a107630df2515762ab42eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bzr_plugin_name = 'fastimport'

bzr_commands = [
    "fast-import",
    "fast-import-filter",
    "fast-import-info",
    "fast-import-query",
    "fast-export",
    "fast-export-from-cvs",
    "fast-export-from-darcs",
    "fast-export-from-hg",
    "fast-export-from-git",
    "fast-export-from-mtn",
    "fast-export-from-p4",
    "fast-export-from-svn",
    ]

bzr_plugin_version = (0, 12, 0, 'final', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None