Comment 8 for bug 153191

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 153191] command to get annotation for one line

> Alternatively, it could be a revision spec:
>
> bzr log -r origin:foo.py+344
>
> Which would also support
> bzr cat foo.py -r origin:foo.py+344

That would be interesting, meaning 'the revision which modified that
line'. Though you'd almost want to be able to chain them to get 'the
revision which last modified line 344 in revision xxx'.

--
Martin