diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-08-11 23:26:48 +1000 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-08-11 23:26:48 +1000 |
commit | d64c8c5d77ee83e145cf06a0085d715f6de243d9 (patch) | |
tree | 4e7686d7899bb26dc64c3f46b86a18d74337ae2c /NEWS | |
parent | 8cade26d59f70cc3e19c2cd9f76a2646b16adc61 (diff) | |
download | bzr-fastimport-d64c8c5d77ee83e145cf06a0085d715f6de243d9.tar.gz |
NEWS item and doco tweaks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |