BUG Ticket (closed)
BzrParser does not support "rename"
When parsing a log that includes a file rename, the parser returns:
D oldname => newname
but we expect:
D oldname
A newname
For example, see
https://code.launchpad.net/bzrtools/trunk
commit
robertc@robertcollins.net-20050914112720-c66a21de86eafa6e
file
fai/cmdutil.py => fai/__init__.py
on 02.09.09
reported by: robinluckey
owned by: robinluckey
on 02.10.09
by robinluckey
- **status** was changed to _fixed_
Fixed in commit 94603a12.
