Merge restored get_ancestry() method from Zygmunt Krynicki to fix interactions with...
[bzr-fastimport.git] / info.py
blob2c2144960df3932b3b0490479ea2736738a51a8b
1 bzr_plugin_name = 'fastimport'
3 bzr_commands = [
4 "fast-import",
5 "fast-import-filter",
6 "fast-import-info",
7 "fast-import-query",
8 "fast-export",
11 bzr_plugin_version = (0, 14, 0, 'dev', 0)
12 bzr_minimum_version = (2, 0, 0)
13 bzr_maximum_version = None