Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Mon, Aug 11, 2014 at 9:43 PM, Sergei Gavrikov sergei.gavri...@gmail.com wrote: % fossil diff --from prev | filterdiff -i '*src*' +case OP_RIGHTSHIFT: if( iLeft0 )iRes = ~(~(iLeft)iRight);iRes = iLeftiRight; break; i'll get this fix in this evening if it hasn't been done

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 12:37 PM, Stephan Beal sgb...@googlemail.com wrote: On Mon, Aug 11, 2014 at 9:43 PM, Sergei Gavrikov sergei.gavri...@gmail.com wrote: % fossil diff --from prev | filterdiff -i '*src*' +case OP_RIGHTSHIFT: if( iLeft0 )iRes = ~(~(iLeft)iRight);iRes =

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Sergei Gavrikov
Hi Stepan! Please, forget this delta! Yesterday when I tried to show how I do use patchutils to filter diff outputs I copied (and posted) the diff output which was fulfilled on my dirty fossil repo. That was my local change in src/th.c (I forgot about) and I have not caught that. I'm sorry.

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 5:43 PM, Sergei Gavrikov sergei.gavri...@gmail.com wrote: which was fulfilled on my dirty fossil repo. That was my local change in src/th.c (I forgot about) and I have not caught that. I'm sorry. LOL! i was wondering why you posted it to this thread, but i know you've

[fossil-users] How to compare set of files between versions?

2014-08-11 Thread Tony Papadimitriou
Hi all, Here’s my predicament: While investigating a bug, I want to get the differences between certain files between two versions, but not all files that may have changed. I can use “F(OSSIL) G(DIFF) filename --FROM version” to compare a single file. I can use “F(OSSIL) G(DIFF) --FROM version”

Re: [fossil-users] How to compare set of files between versions?

2014-08-11 Thread Stephan Beal
On Mon, Aug 11, 2014 at 5:20 PM, Tony Papadimitriou to...@acm.org wrote: So, how do I compare only a set (e.g., a single subdirectory)? When the versions are too far apart, hundreds of files may have changed in between. But, since I know the problem I’m looking for lies in a specific

Re: [fossil-users] How to compare set of files between versions?

2014-08-11 Thread Martin Gagnon
On Mon, Aug 11, 2014 at 06:20:30PM +0300, Tony Papadimitriou wrote: Hi all, Here’s my predicament: While investigating a bug, I want to get the differences between certain files between two versions, but not all files that may have changed. I can use “F(OSSIL) G(DIFF) filename --FROM