Re: [fossil-users] diff restricted to a dir

2014-07-08 Thread Tomek Kott
> > Message: 8 > Date: Tue, 8 Jul 2014 21:40:22 +0200 > From: Stephan Beal > To: "Fossil SCM user's discussion" > Subject: Re: [fossil-users] diff restricted to a dir > Message-ID: > > Content-Type: text/plain; charset="utf-8"

Re: [fossil-users] diff restricted to a dir

2014-07-08 Thread Stephan Beal
On Tue, Jul 8, 2014 at 8:28 PM, Michai Ramakers wrote: > > fossil diff $(fossil ls DIR/) > > right, that works, ok. (Not on windows, but then again, since nobody > asked before, I am guessing nobody really uses diff-in-one-dir-only a > lot.) > Had never occurred to me until today, and i still ha

Re: [fossil-users] diff restricted to a dir

2014-07-08 Thread Michai Ramakers
On 8 July 2014 20:22, Stephan Beal wrote: > On Tue, Jul 8, 2014 at 7:01 PM, Michai Ramakers > wrote: >> >> On 8 July 2014 18:09, Tomek Kott wrote:> >> > fossil ls / | fossil diff >> > >> > that worked for me. >> > >> > Basically pipe the output of what fossil knows about the directory to >> > th

Re: [fossil-users] diff restricted to a dir

2014-07-08 Thread Stephan Beal
On Tue, Jul 8, 2014 at 7:01 PM, Michai Ramakers wrote: > On 8 July 2014 18:09, Tomek Kott wrote:> > > fossil ls / | fossil diff > > > > that worked for me. > > > > Basically pipe the output of what fossil knows about the directory to the > > differ > > Thanks, but are you sure what you're seeing

Re: [fossil-users] diff restricted to a dir

2014-07-08 Thread Michai Ramakers
On 8 July 2014 18:09, Tomek Kott wrote: > >> Date: Tue, 8 Jul 2014 16:03:27 +0200 >> From: Michai Ramakers >> To: "Fossil SCM user's discussion" >> Subject: [fossil-users] diff restricted to a dir >> Message-ID: >> >> Content-Type:

[fossil-users] diff restricted to a dir

2014-07-08 Thread Tomek Kott
> Date: Tue, 8 Jul 2014 16:03:27 +0200 > From: Michai Ramakers > To: "Fossil SCM user's discussion" > Subject: [fossil-users] diff restricted to a dir > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > Hello, > > I noticed &

[fossil-users] diff restricted to a dir

2014-07-08 Thread Michai Ramakers
Hello, I noticed 'fossil diff .' or 'fossil diff *' in a subdir of the working tree does not work (i.e. produces an error from fossil). Apart from using shell magic, is there a way to restrict 'diff' to use a single dir (e.g. the current one)? Not a big deal, but perhaps there's a short answer.