summaryrefslogtreecommitdiff
path: root/info.py
blob: d2a930f451d0c45da9acf0093c2c833ccd265555 (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, 'dev', 0)
bzr_minimum_version = (2, 0, 0)
bzr_maximum_version = None