summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/__init__.py b/__init__.py
index c79f5be..6821602 100644
--- a/__init__.py
+++ b/__init__.py
@@ -108,12 +108,5 @@ for name in [
"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"
]:
plugin_cmds.register_lazy("cmd_%s" % name, [], "bzrlib.plugins.fastimport.cmds")