summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-08-10 15:59:16 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-08-10 15:59:16 +1000
commit930a996df5711b8eb0a48d63e28c9a6a13fbbb0a (patch)
tree3380dd138e0716adb7cf0d10bfa89e92c13046ab /__init__.py
parentc04d7271e1d3b0514b2a351862c692e04270434d (diff)
downloadbzr-fastimport-930a996df5711b8eb0a48d63e28c9a6a13fbbb0a.tar.gz
implement fast-export-from-git
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 8e95a5c..b7348e9 100644
--- a/__init__.py
+++ b/__init__.py
@@ -471,8 +471,7 @@ class cmd_fast_export_from_git(Command):
Git 1.6 or later must be installed as the git fast-export
subcommand is used under the covers to generate the stream.
- The source may be a network URL but using a local URL is
- recommended for performance reasons.
+ The source must be a local directory.
Note: Earlier versions of Git may also work fine but are
likely to receive less active support if problems arise.