summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-02-18 10:37:24 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-02-18 10:37:24 +1000
commit3f66f8be36eb6956a4f1e66ef4e65aefd491ecc7 (patch)
tree4dab14ffd07dfa0c43ba5e9e31003f373a64a7d6 /NEWS
parentbb0eb2b84f46c049fc67bd60f5ad7c04786a1045 (diff)
downloadpython-fastimport-3f66f8be36eb6956a4f1e66ef4e65aefd491ecc7.tar.gz
update NEWS with info about filecopy bug
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ff9c14..5bd9932 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,14 @@ IN DEVELOPMENT
BUG FIXES:
+ * Fixed a *bad* bug where filecopy commands were being parsed
+ as filerename commands. Repositories generated by previous
+ version of bzr-fast-import where the input stream contained
+ filecopy commands might be missing data (the copy source will
+ no longer be there if it was unchanged since the copy happened)
+ and ought to be regenerated.
+ (Ian Clatworthy)
+
* Fix ``os`` import as needed on Windows.
(Ian Clatworthy, esskov, #264988)