[fossil-users] Tech note search

2017-09-23 Thread Andy Goth
I implemented tech note search capability on the search-technote branch. Please have a look and let me know if it's good. Maybe the way I named things isn't so great, I dunno, so feel free to fix style or other conventions. If it's good, go ahead and integrate it to trunk. I opted to keep t

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 14:40, Richard Hipp wrote: On 9/23/17, Andy Goth wrote: I tried this, only to find that annotate only works when given a manifest in which a file actually changed. Otherwise I get this error: file #631 is unchanged in manifest #37365 Proposed changes: (1) Move the fix for the e

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Richard Hipp
On 9/23/17, Andy Goth wrote: > > I tried this, only to find that annotate only works when given a > manifest in which a file actually changed. Otherwise I get this error: > > file #631 is unchanged in manifest #37365 > Proposed changes: (1) Move the fix for the error above inside of the annotat

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 12:29, Andy Goth wrote: The [annotate] command line and web interfaces take totally different approaches to identifying which version to work with. The web interface simply asks the user, whereas the command line interface seems to take the long way around. If I'm reading this code

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 11:48, John P. Rouillard wrote: In message , Andy Goth writes: On 09/23/17 10:18, John P. Rouillard wrote: I am trying to find out when a line disappeared from a file. I've long wanted a reverse annotate command. Rather than show when each line was most recently modified or added

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread John P. Rouillard
Hi Andy: In message , Andy Goth writes: >On 09/23/17 10:18, John P. Rouillard wrote: >> I am trying to find out when a line disappeared from a file. > >I've long wanted a reverse annotate command. Rather than show when each >line was most recently modified or added, it would show when each line

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 10:18, John P. Rouillard wrote: I am trying to find out when a line dissapeared from a file. I've long wanted a reverse annotate command. Rather than show when each line was most recently modified or added, it would show when each line is next modified or removed. I haven't tak

[fossil-users] How to find out when a line was removed

2017-09-23 Thread John P. Rouillard
Hi all: I am trying to find out when a line dissapeared from a file. I am managing a configuration file and one of the config options lines is no longer there. I initially thought of trying to bisect the file if I can identify when the system was properly configured. If I guess wrong I could end