Re: [fossil-users] Thank you developers for the unversioned feature...

2018-02-12 Thread Warren Young
On Feb 12, 2018, at 11:07 PM, Matt Welland wrote: > > The most recent use case I found was to solve the annoying problem of > having some changes that are not quite ready to commit and needing to > move to another computer. I just use branches for that. My rule is that trunk

[fossil-users] Thank you developers for the unversioned feature...

2018-02-12 Thread Matt Welland
I'm finding the unversioned files to be extraordinarily useful. Thanks you all for implementing it. The most recent use case I found was to solve the annoying problem of having some changes that are not quite ready to commit and needing to move to another computer. By storing a patch as an

Re: [fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Warren Young
On Feb 12, 2018, at 6:04 PM, Ron W wrote: > > I've never tried it, but a friend of mine showed me an application built > using Electron. I realize that you mean that you have not yet built an Electron app, but chances are pretty good that you already use at least one

Re: [fossil-users] Point to "Check-in Names" wiki document from "fossil help"?

2018-02-12 Thread Warren Young
On Feb 12, 2018, at 4:36 PM, Richard Hipp wrote: > > On 2/12/18, Warren Young wrote: >> The ?VERSION? parameters to some commands are underdocumented for lack of >> space in “fossil help” output. > ... >> >> Then we can say something like this in the fossil

Re: [fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Ron W
On Mon, Feb 12, 2018 at 7:19 PM, wrote: > Date: Tue, 13 Feb 2018 01:06:26 +0100 > From: Gilles > Subject: Re: [fossil-users] Windows GUI that allows diff between two > revisions? > > On 13/02/2018 00:33, Richard Hipp

Re: [fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Dan Mack
On Tue, 13 Feb 2018, Gilles wrote: The timeline I see shows no red dot for a given file after opening a DOS box, running "fossil ui", and navigating down the Files menu… but anyhow, this still means having to dump Fuel and move into an entirely different universe. In the timeline view - the

Re: [fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Gilles
On 13/02/2018 00:33, Richard Hipp wrote: On 2/12/18, Gilles wrote: Fuel* doesn't support diffing two revisions of a file in the repository: https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png Since it hasn't been updated since 2015… is there another

Re: [fossil-users] Windows GUI that allows diff between tworevisions?

2018-02-12 Thread Tony Papadimitriou
I use WinMerge (http://winmerge.org/) which also let's you edit if you like. Set as default with something like: fossil set gdiff-command c:\WinMerge\WinMergeU.exe There is also WinDiff (by MS) that doesn't let you edit, but it is an older app and I'm not sure where I found it. -Original

Re: [fossil-users] Point to "Check-in Names" wiki document from "fossil help"?

2018-02-12 Thread Richard Hipp
On 2/12/18, Warren Young wrote: > The ?VERSION? parameters to some commands are underdocumented for lack of > space in “fossil help” output. ... > > Then we can say something like this in the fossil help output: > > "The VERSION argument can take many forms, all documented

Re: [fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Richard Hipp
On 2/12/18, Gilles wrote: > > Fuel* doesn't support diffing two revisions of a file in the repository: > > https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png > > Since it hasn't been updated since 2015… is there another Windows GUI > application that

[fossil-users] Point to "Check-in Names" wiki document from "fossil help"?

2018-02-12 Thread Warren Young
The ?VERSION? parameters to some commands are underdocumented for lack of space in “fossil help” output. For example, the help for the “update” command implies that you can only put a tag, branch, or version name here, with “version” being a vague term, unhelpful to newbies. The complete

[fossil-users] Windows GUI that allows diff between two revisions?

2018-02-12 Thread Gilles
Hello, Fuel* doesn't support diffing two revisions of a file in the repository: https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png Since it hasn't been updated since 2015… is there another Windows GUI application that supports this? Thank you. * https://fuel-scm.org

[fossil-users] typo on wiki page - low priority

2018-02-12 Thread Dan Mack
I know this page is marked obsolete but my OCD prevents me from not mentioning the slight type on the Fossil-2.0 wiki entry: 10 to Fossil for Fossil 2.0. However, when the 11 [Shattered attach](https://shattered.io/) against SHA1 appeared 12 on 2017-02-23, I am pretty sure you

[fossil-users] [patch] TCL_LIBRARY_NAME is dotless on FreeBSD

2018-02-12 Thread Pietro Cerutti
The following patch addresses the naming convention for Tcl libraries on FreeBSD, which is dotless. Index: src/th_tcl.c == --- src/th_tcl.c +++ src/th_tcl.c @@ -131,10 +131,17 @@ #define TCL_LIBRARY_NAME "libtcl8.6.dylib\0"