summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-08-11 23:26:48 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-08-11 23:26:48 +1000
commitd64c8c5d77ee83e145cf06a0085d715f6de243d9 (patch)
tree4e7686d7899bb26dc64c3f46b86a18d74337ae2c /NEWS
parent8cade26d59f70cc3e19c2cd9f76a2646b16adc61 (diff)
downloadbzr-fastimport-d64c8c5d77ee83e145cf06a0085d715f6de243d9.tar.gz
NEWS item and doco tweaks
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4d5359..09eaf31 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,18 @@ Compatability Breaks
New Features
------------
+* Wrapper commands simplifying the generation of fast-import
+ files from other tools are now provided. The general usage is:
+
+ bzr fast-export-from-xxx SOURCE project.fi
+
+ Before starting an export, these commands make an effort to
+ check that dependent tools are installed. The commands available
+ so far are fast-export-from-svn, fast-export-from-git,
+ fast-export-from-hg and fast-export-from-darcs. Similar wrappers
+ for other tools, particularly cvs and perforce, will hopefully
+ be added soon. (Ian Clatworthy)
+
* darcs-fast-export is now bundled. In fact, the project has
merged into this one for the purposes of ongoing bug fixing
and development. (Miklos Vajna)