summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-28 17:00:49 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-28 17:00:49 +0100
commitffc93497ad16ea54faffd7ba76e5ce2c9186d714 (patch)
tree2e68cebc2f9e9deef1f502d2a3b78c5d8e71e8d7 /__init__.py
parentf231d5373c39b3c85fed6c83a2f72acdce58e43d (diff)
downloadbzr-fastimport-ffc93497ad16ea54faffd7ba76e5ce2c9186d714.tar.gz
Remove the various exporters.
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")