summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-08-22 00:53:42 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-08-22 00:53:42 +1000
commita441c1d00830f3f2c76efd0b9068580fb1125006 (patch)
tree31d03eb446b2a0554856361a50559ea6c71c7231 /NEWS
parent5ff0840b62c9f7e9cb747392ee1db7d1e2d8ce80 (diff)
downloadbzr-fastimport-a441c1d00830f3f2c76efd0b9068580fb1125006.tar.gz
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb5be95..8896a21 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,11 @@ New Features
Improvements
------------
+* 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
+ can be stored gzipped to save space. (Ian Clatworthy)
+
* The working tree is now implicitly updated for trunk. Other
branches still need to be explicitly created using 'bzr update'.
(Ian Clatworthy)
@@ -47,6 +52,11 @@ Improvements
this will be made optional at a later date.
(Ian Clatworthy)
+* Blob tracking is now more intelligently done by an implicit
+ first pass to collect blob usage statistics. This eliminates
+ the need for an explicit 2-step process in all cases except
+ where stdin is used as the input source. (Ian Clatworthy)
+
* Updated the bundled version of hg-fast-export to be the latest
code (25-May-2009) from http://repo.or.cz/w/fast-export.git.
(Ian Clatworthy)
@@ -67,9 +77,14 @@ Bug Fixes
* Gracefully handle email addresses with unicode characters.
(Ian Clatworthy)
+* Gracefully handle an empty input stream. ((Gonéri Le Bouder)
+
Documentation
-------------
+* Improved documentation has been published in the Bazaar Data Migration
+ Guide: http://doc.bazaar-vcs.org/migration/en/data-migration/.
+
Testing
-------