Re: [fossil-users] Is there a way to see history (e.g., annotate) for a single line of code?

2017-08-03 Thread Kevin
Tony, there is a SCM used on IBM Mainframes called ENDEVOR that gives this type of history. see https://en.wikipedia.org/wiki/Endevor and https://www.ca.com/us/products/ca-endevor-software-change-manager.h tml The other products were called Panvalet and Librarian. I can no longer provide cut &

Re: [fossil-users] Is there a way to see history (e.g., annotate) for a single line of code?

2017-08-01 Thread Warren Young
On Aug 1, 2017, at 12:45 PM, Warren Young wrote: > > ...somewhat prone to reporting false differences. And once it’s latched onto > a false difference, it is likely to go off on a useless tangent, chasing > changes to a line you don’t care about. I guess you could use the

Re: [fossil-users] Is there a way to see history (e.g., annotate) for a single line of code?

2017-08-01 Thread Warren Young
On Aug 1, 2017, at 6:44 AM, Richard Hipp wrote: > > On 8/1/17, Tony Papadimitriou wrote: >> When doing ‘annotate’ on a certain file version I see the most recent commit >> responsible for each line in the file. That’s great! >> >> However, if I want to know

Re: [fossil-users] Is there a way to see history (e.g., annotate) for a single line of code?

2017-08-01 Thread Richard Hipp
On 8/1/17, Tony Papadimitriou wrote: > When doing ‘annotate’ on a certain file version I see the most recent commit > responsible for each line in the file. That’s great! > > However, if I want to know which previous commits (history) touched one > specific line, is there some way

[fossil-users] Is there a way to see history (e.g., annotate) for a single line of code?

2017-08-01 Thread Tony Papadimitriou
When doing ‘annotate’ on a certain file version I see the most recent commit responsible for each line in the file. That’s great! However, if I want to know which previous commits (history) touched one specific line, is there some way to do this? Thanks.