[fossil-users] fossil gdiff temporary file's name woes

2013-01-14 Thread frantisek holop
hi there, doing a fossil gdiff opens an external editor with 2 or more files, where the older file is opened (in my case) with ~0 appended to the end of the filename. my problem with this approach is, that it throws off editors somewhat. filetype might not be detected correctly (in gvim for

[fossil-users] side by side diffs 2nd column misalignment

2012-05-01 Thread frantisek holop
hi there, when viewing side by side diffs, the second column is not vertically aligned. this is visible in opera (but not in firefox) i think the problem is that html special characters are not counted as 1 character in the html output, and the span's are not vertically aligned. normally

[fossil-users] files with conflicts

2012-02-18 Thread frantisek holop
hi there, is there a way to get the list of files having a conflict using fossil, as opposed to search for CONFLICT? what is the basic flow to solve a conflict when for example after fossil up several files show merge conflicts? -f -- i'm weird, but i'm saving up to be eccentric.

Re: [fossil-users] zip/tar patch

2012-02-11 Thread frantisek holop
any interest in this simple patch? hmm, on Tue, Feb 07, 2012 at 07:48:30PM +0100, frantisek holop said that hi there, the motivation for this patch was that the zip and tarball links from the web ui get a filename and checkout for free, while they are a mandatory parameters

Re: [fossil-users] zip/tar patch

2012-02-11 Thread frantisek holop
hmm, on Sat, Feb 11, 2012 at 05:27:41PM +0100, Lluís Batlle i Rossell said that On Sat, Feb 11, 2012 at 03:55:10PM +0100, frantisek holop wrote: any interest in this simple patch? In general I don't mind. But in particular: a) the patch has wrong indentation in some places could you

Re: [fossil-users] fossil artifact not complaining

2012-02-10 Thread frantisek holop
hmm, on Fri, Feb 10, 2012 at 04:08:03PM +0100, Stephan Beal said that Because i'm pedantic ;). i prefer could not resolve because that is actually what is happening: we are asking the fossil internals to convert the user-provided symbol name into its internal form (an integer). We are not

Re: [fossil-users] make fossil up 'quiter'

2012-02-09 Thread frantisek holop
hmm, on Thu, Feb 09, 2012 at 08:19:36AM -, Eric said that fossil update is concerned only with the branch you have in your checkout directory. If autosync is on it does a pull first, but that's a separate operation, and it os concerned only with artifacts in the repository and knows

Re: [fossil-users] make fossil up 'quiter'

2012-02-09 Thread frantisek holop
hmm, on Thu, Feb 09, 2012 at 05:58:47AM -0500, Martin Gagnon said that i have never used git. i would simply prefer fossil to report nothing if there is nothing to report... $ fossil up $ come to think of it, as a developer i am not really interested in fossil's traffic

Re: [fossil-users] zip/tar patch

2012-02-09 Thread frantisek holop
hmm, on Fri, Feb 10, 2012 at 03:12:01AM +0900, MIURA Masahiro said that On Fri, Feb 10, 2012 at 02:26, Stephan Beal sgb...@googlemail.com wrote: i once administered a Solaris system where someone accidentally managed, over a serial terminal, to touch a new file whos name was a single

[fossil-users] make fossil up 'quiter'

2012-02-08 Thread frantisek holop
hi there, fossil always reports the latest artifact ID and commit message whenever doing 'fossil up', even though actually there was no new check-in. for example: $ fossil up Autosync: http://www.fossil-scm.org/ Bytes Cards Artifacts Deltas Sent: 177

[fossil-users] zip/tar patch

2012-02-07 Thread frantisek holop
hi there, the motivation for this patch was that the zip and tarball links from the web ui get a filename and checkout for free, while they are a mandatory parameters for the command line. so i tried to unify it a bit: the default archive name is now both from web and cli the same, a lowercased

Re: [fossil-users] zip/tar patch

2012-02-07 Thread frantisek holop
hmm, on Tue, Feb 07, 2012 at 08:59:37PM +0100, Stephan Beal said that On Tue, Feb 7, 2012 at 7:48 PM, frantisek holop min...@obiit.org wrote: so i tried to unify it a bit: the default archive name is now both from web and cli the same, a lowercased project name followed by the artifact

Re: [fossil-users] zip/tar patch

2012-02-07 Thread frantisek holop
hmm, on Tue, Feb 07, 2012 at 09:48:23PM +0100, Stephan Beal said that In any case, i like the feature, i just don't like the forced lower-casing. (To be clear: not that my vote counts for anything!) well it all comes down to if project name is a good data source for a filename.. anyway, i feel

[fossil-users] a very simple add.c patch

2012-02-05 Thread frantisek holop
hi there, a simple patch that tries to do the following: -remove end of line whitespace -put all See also entries in alphabetical order -remove SUMMARY that i dont see being used anywhere else i felt that because 'mv' is in add.c, perhaps it also has a place on the See also lines of the other

Re: [fossil-users] a very simple add.c patch

2012-02-05 Thread frantisek holop
hmm, on Sun, Feb 05, 2012 at 09:23:09PM +0100, frantisek holop said that a simple patch that tries to do the following: forgot to add, it also removes a tautology about addremove not doing commit automatically -f -- when i want your opinion i'll give it to you

[fossil-users] fossil help

2012-02-05 Thread frantisek holop
hi there, i am trying to learn fossil and 'fossil help' is a great tool for this. however as a newcomer i have noticed a couple of discrepancies. i have already worked out that fossil is liberal with command line switches and accepts --longoptions with a single '-' as well. as it looks like that

Re: [fossil-users] Applying patches with fossil

2012-02-05 Thread frantisek holop
hmm, on Sun, Feb 05, 2012 at 09:47:20PM +0100, François Vogel said that This page: http://fossil-scm.org/fossil/doc/trunk/www/concepts.wiki says in section 3.0 second paragraph that Fossil is completely self-contained. It is not necessary to install any other software in order to use

Re: [fossil-users] fossil help

2012-02-05 Thread frantisek holop
and also, sometimes possible options are listed on the usage line, sometimes simply ?OPTIONS? is showed :] -f -- go ahead, jump. 100,000 lemmings can't be wrong. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] gvimdiff as gdiff-command

2012-02-04 Thread frantisek holop
hi there, i tried to use gvimdiff as the gdiff-command but i always kept getting empty file where the temporary ~0 file should have been. then i realized that gvim returns to the shell right away, and fossil probably takes that as a signal to removes the temp file. i solved this with gvim's -f

[fossil-users] minor doc patch, .fos suggestion

2012-02-03 Thread frantisek holop
hi there, reading through the documentation i thought some sentences would be easier to read with some minor changes, and i also removed end of line whitespace. the other item from the subject concerns the future change of '_FOSSIL_' to '.fos'. i am totally new on the list, so i am not familiar