Re: [fossil-users] fossil help

2012-02-05 Thread Leo Razoumov
On Sun, Feb 5, 2012 at 16:04, frantisek holop wrote: > command [options] [arguments] > > works quite well.  in the fossil help, ?OPTIONS? is sometimes before, > sometimes after the arguments. > Hi Frantisek, being another recent fossil newcomer I am doing my share of learning and going through th

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 http://lists.fossil-scm.o

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 u

[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 tha

[fossil-users] Applying patches with fossil

2012-02-05 Thread François Vogel
Hi, Just wondering how fossil users apply patches. 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 fossil. You do not need CVS

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!

Re: [fossil-users] Retro side-by-side diffs

2012-02-05 Thread Leo Razoumov
On Sat, Feb 4, 2012 at 10:36, Richard Hipp wrote: > On Sat, Feb 4, 2012 at 10:24 AM, Leo Razoumov wrote: >> Retro diff (2) looks really bad in Google Chrome-16 and in >> Firefox-3.6.24, see attached chrome screen-shot (Ubuntu-10.04). > > Huh.  On Ubuntu 11.10 running the latest Firefox sources (c

[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 ad

Re: [fossil-users] Derived code, not to be pushed public

2012-02-05 Thread Lluís Batlle i Rossell
On Sun, Feb 05, 2012 at 02:34:30PM -0500, Leo Razoumov wrote: > 2012/2/5 Lluís Batlle i Rossell : > > Hello, > > > > I wonder how people keep code based on a public fossil repository, > > but without making the derivaiton public. Of course, with the ability to > > keep > > all in sync easily, as i

Re: [fossil-users] Derived code, not to be pushed public

2012-02-05 Thread Leo Razoumov
2012/2/5 Lluís Batlle i Rossell : > Hello, > > I wonder how people keep code based on a public fossil repository, > but without making the derivaiton public. Of course, with the ability to keep > all in sync easily, as if all was in a single VCS. > > There are the private branches... but I wonder i

[fossil-users] Derived code, not to be pushed public

2012-02-05 Thread Lluís Batlle i Rossell
Hello, I wonder how people keep code based on a public fossil repository, but without making the derivaiton public. Of course, with the ability to keep all in sync easily, as if all was in a single VCS. There are the private branches... but I wonder if there are other approaches used by people in

Re: [fossil-users] how to clone private branches over ssh?

2012-02-05 Thread Leo Razoumov
On Sun, Feb 5, 2012 at 12:16, Richard Hipp wrote: > On Sun, Feb 5, 2012 at 12:03 PM, Leo Razoumov wrote: >> >> Hi List, >> I am trying to clone my repository over SSH complete with all my >> private branches. So far I have had no luck. >> >> What options should I enable in fossil->Admin to p

Re: [fossil-users] Now with color: Retro side-by-side diffs

2012-02-05 Thread Tomek Kott
I'm happy with the changes, since it easily allows styling by the end user via the classes you provide! Tomek On Sun, Feb 5, 2012 at 6:36 AM, Richard Hipp wrote: > > > On Sat, Feb 4, 2012 at 10:55 PM, wrote: > >> +2 >> >> Liked both the diffs. >> >> Are colors configurable from skin? >> > > Yo

Re: [fossil-users] how to clone private branches over ssh?

2012-02-05 Thread Richard Hipp
On Sun, Feb 5, 2012 at 12:03 PM, Leo Razoumov wrote: > Hi List, > I am trying to clone my repository over SSH complete with all my > private branches. So far I have had no luck. > > What options should I enable in fossil->Admin to permit sync of > private branches? I randomly tried several s

[fossil-users] how to clone private branches over ssh?

2012-02-05 Thread Leo Razoumov
Hi List, I am trying to clone my repository over SSH complete with all my private branches. So far I have had no luck. I compiled fossil on Ubuntu-10.04 from its current trunk version and that's what I am getting: $ fossil clone --private ssh://leor@pionL2://home/leor/Devel/Fossil/LR.fossi

Re: [fossil-users] [PATCH] Misc fixes for makedeb.sh script.

2012-02-05 Thread Stephan Beal
On Sat, Feb 4, 2012 at 8:13 PM, Stephan Beal wrote: > On Fri, Feb 3, 2012 at 10:54 PM, Jay Weisskopf > wrote: > >> I created a patch (available below) for the makedeb.sh script that >> > > Hi, Jay! > > Thanks for that - i haven't touched that script for some time, since i > don't use Nexenta any

Re: [fossil-users] Now with color: Retro side-by-side diffs

2012-02-05 Thread Richard Hipp
On Sat, Feb 4, 2012 at 10:55 PM, wrote: > +2 > > Liked both the diffs. > > Are colors configurable from skin? > Your CSS elements are span.diffchng, span.diffrm, and span.diffadd. For line numbers, span.diffln. For the divider between change blocks, span.diffhr. > > I used following CSS for