On 8 July 2014 20:22, Stephan Beal <sgb...@googlemail.com> wrote:
> On Tue, Jul 8, 2014 at 7:01 PM, Michai Ramakers <m.ramak...@gmail.com>
> wrote:
>>
>> On 8 July 2014 18:09, Tomek Kott <tkott.onl...@outlook.com> wrote:>
>> > fossil ls <DIR>/ | 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 is not by accident..? I
>> don't see the 'diff' documentation specifying 'read list of files on
>> stdin' or anything, and indeed, it doesn't seem to work for me when
>> piping output from 'fossil ls' or anything else (e.g. 'echo bla') to
>> 'fossil diff'; it seems to ignore stdin.
>
> i was wondering the same, but you can get the same effect with:
>
> fossil diff $(fossil ls DIR/)
>
> or (depending on the shell resp. your portability requirements):
>
> 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.)

Michai
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to