diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-10-13 18:13:12 +1000 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-10-13 18:13:12 +1000 |
commit | d677f809ecb0ecef2fedaf9b0078b8e8fefea091 (patch) | |
tree | 0c33dc21f2971424f253f02c0869bc8e4aa0ef96 /NEWS | |
parent | df5345cbfe122e19a4fc86ace09ad413fd073cc4 (diff) | |
download | bzr-fastimport-d677f809ecb0ecef2fedaf9b0078b8e8fefea091.tar.gz |
update NEWS with recent changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -41,9 +41,21 @@ New Features used are called multiple-authors, commit-properties and empty-directories. (Ian Clatworthy) +* fast-import and fast-import-filter now support user mapping + via the new --user-map option. The argument is a file specifying + how user-ids should be mapped to preferred user-ids. + (Ian Clatworthy) + +* svn-fast-export now supports an address option (to control the + default email domain) and a first-rev option (to select revisions + since a given one). (Ted Gould) + Improvements ------------ +* Large repositories now compress better thanks to a change in + how file-ids are assigned. (Ian Clatworthy, John Arbash Meinel) + * If a fast-import source ends in ".gz", it is assumed to be in gzip format and the stream is implicitly uncompressed. This means fast-import dump files generated by fast-export-from-xxx |