Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-25 Thread Tony Papadimitriou
in that directory, instead of the one or two that actually have changed. So, it IS kind of a problem, unless you avoid using WinDiff and use –tk option. From: dave Sent: Thursday, September 25, 2014 12:07 AM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-25 Thread Dömötör Gulyás
To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Oh, OK. Well, if I do, say C:\Experiments\libfossilfossil gdiff configure in my environment, I do indeed get a WinDiff on that file showing no changes, but isnt' that what I

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-25 Thread dave
Yep, now I understand and agree with you all. I guess you could call it supporting globbing, or scoped gdiff. I don't know if the present case is because globbing on the command line is expanded by the shell to a mondo list of files before fossil.exe gets them, in which case perhaps it needs a

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-25 Thread dave
: Thursday, September 25, 2014 8:37 AM To: 'Fossil SCM user's discussion' Subject: RE: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Yep, now I understand and agree with you all. I guess you could call it supporting globbing, or scoped gdiff. I don't know if the present

[fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
When using fossil gdiff on OS X, with opendiff as the gdiff command, diffs for all files are shown, even if there are no changes. This contrasts with behavior of opendiff with git/bzr, etc, which only show the changed files, which is preferrable. Is there a known workaround for this? Out of the

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Richard Hipp
On Wed, Sep 24, 2014 at 12:35 PM, Dömötör Gulyás dognot...@gmail.com wrote: When using fossil gdiff on OS X, with opendiff as the gdiff command, diffs for all files are shown, even if there are no changes. This contrasts with behavior of opendiff with git/bzr, etc, which only show the changed

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
Thanks, fossil diff --tk works for the interim, but the diffs provided by FileMerge/opendiff I would prefer. Isn't opendiff the default gdiff on OS X (or did I just already have it my settings?)? If it is, i reckon it oughta work :) On 24 September 2014 19:08, Richard Hipp d...@sqlite.org wrote:

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
] gdiff/opendiff on os x: suppress unchanged files? Thanks, fossil diff --tk works for the interim, but the diffs provided by FileMerge/opendiff I would prefer. Isn't opendiff the default gdiff on OS X (or did I just already have it my settings?)? If it is, i reckon it oughta work

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:02 PM, to...@acm.org wrote: If it's any consolation, the same problem exists under Windows with WinDiff (default GDIFF program). I suppose the reason for this is the screening of which files to show is done by the application, and not fossil. And, WinDiff, in my

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread j. v. d. hoff
if it's of any interest to you: at least with source gear's `DiffMerge' and fossil settings gdiff-command(global) diffmerge.sh gmerge-command (global) diffmerge.sh %original %baseline %merge --result=%output (where `diffmerge.sh' is the provided shell wrapper) everything

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Andy Bradford
Thus said Stephan Beal on Wed, 24 Sep 2014 20:16:13 +0200: This behaviour is just plain weird. On Linux i can't reproduce it with either 'meld' or 'kompare': I'm not sure if this is the same behavior that is being discussed, but try this with the Fossil repo: fossil up 2d75e87b76 fossil mer

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
Here’s a very easy way to verify the problem (at least on a Win machine): (F = FOSSIL) (This is fossil version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC) 1. f g --from prev any_unchanged_file_path 2. f diff --tk --from any_unchanged_file_path [1] will show the files but without any differences.

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:47 PM, to...@acm.org wrote: Here’s a very easy way to verify the problem (at least on a Win machine): (F = FOSSIL) (This is fossil version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC) 1. f g --from prev any_unchanged_file_path That works as expected for me

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:39 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Stephan Beal on Wed, 24 Sep 2014 20:16:13 +0200: This behaviour is just plain weird. On Linux i can't reproduce it with either 'meld' or 'kompare': I'm not sure if this is the same behavior that is

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
To: Fossil SCM user's discussion Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? If it's any consolation, the same problem exists under Windows with WinDiff (default GDIFF program). I suppose the reason for this is the screening of which files to show

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
: dave Sent: Wednesday, September 24, 2014 10:14 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Interestingly, this does /not/ happen for me on Windows with WinDiff. (I had occaision to do this just yesterday, and it only

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
files are shown whether they have differences or not, whereas with the simple DIFF command nothing is shown. -Original Message- From: dave Sent: Wednesday, September 24, 2014 10:14 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
Of to...@acm.org Sent: Wednesday, September 24, 2014 3:02 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Wait a moment, did you specify a path/file with the GDIFF command, or was it a show-me-all case, i.e., no files given? Because

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
Of to...@acm.org Sent: Wednesday, September 24, 2014 3:02 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Wait a moment, did you specify a path/file with the GDIFF command, or was it a show-me-all case, i.e., no files given

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of to...@acm.org Sent: Wednesday, September 24, 2014 3:24 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? OK, but still you need to try with a file

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
command nothing is shown. -Original Message- From: dave Sent: Wednesday, September 24, 2014 10:14 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files? Interestingly, this does /not/ happen for me on Windows with WinDiff