diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-02-18 10:37:24 +1000 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-02-18 10:37:24 +1000 |
commit | 3f66f8be36eb6956a4f1e66ef4e65aefd491ecc7 (patch) | |
tree | 4dab14ffd07dfa0c43ba5e9e31003f373a64a7d6 | |
parent | bb0eb2b84f46c049fc67bd60f5ad7c04786a1045 (diff) | |
download | python-fastimport-3f66f8be36eb6956a4f1e66ef4e65aefd491ecc7.tar.gz |
update NEWS with info about filecopy bug
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |