On Mon, Nov 14, 2011 at 8:07 AM, David Bovill <[email protected]> wrote:
> The side-by-side diffs are great, but I can't get the command line options > (--side-by-side|-y side-by-side<http://www.fossil-scm.org/fossil/help/diff>) > working. Both these fail: > > fossil diff --from previous --to current --side-by-side hello.txt > fossil diff --from previous --to current -y hello.txt > > where > > fossil diff --from previous --to current hello.txt > > works fine (fossil version 1.20 [a75e2d2504] 2011-10-21 12:52:53 UTC). > The "diff -y" option was added after version 1.20 was cut. You'll have to compile from sources to get that feature, for the time being. But that isn't hard - just clone the repo or grab a tarball from the website, and run ./configure; make. Works on linux, mac, and windows (within mingw) or there is a separate makefile.msc for VC++. > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

