repo.or.cz
/
bzr-fastimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bzr-fastimport when used with newer versions of python-fastimport.(Jelmer Vernooij)
[bzr-fastimport.git]
/
info.py
blob
2c2144960df3932b3b0490479ea2736738a51a8b
1
bzr_plugin_name
=
'fastimport'
2
3
bzr_commands
= [
4
"fast-import"
,
5
"fast-import-filter"
,
6
"fast-import-info"
,
7
"fast-import-query"
,
8
"fast-export"
,
9
]
10
11
bzr_plugin_version
= (
0
,
14
,
0
,
'dev'
,
0
)
12
bzr_minimum_version
= (
2
,
0
,
0
)
13
bzr_maximum_version
=
None