Re: [fossil-users] [PROPOSED FEATURE] Fossil commands output sent through a pager

2017-03-26 Thread Tomasz Konojacki
On Sun, 26 Mar 2017 19:25:25 +0200
Christophe Gouiran  wrote:

> I see that most of you complain about this proposed feature.

TBH, many members of this list live in the UNIX greybeard bubble, and
that's why there is so much opposition to this feature. They're used to
the original UNIX way and they have different expectations than most of
users.

For someone with a different background, there is *nothing* nice about
fossil dumping thousands of lines to the terminal. In fact, I think it
scares off newbies who only used git before.

Anyway, there's no point in arguing about it. This feature will be
optional, no one is forcing anyone to change their habits.


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


Re: [fossil-users] [PROPOSED FEATURE] Fossil commands output sent through a pager

2017-03-24 Thread Tomasz Konojacki
On Thu, 23 Mar 2017 23:08:04 +0100
Christophe Gouiran  wrote:

> Good morning,
> 
> I would like to implement the feature given in the title.
> I'm inspired by what Git (by default ?) and Mercurial (with Pager
>  extension activated) do.
> 
> I'd like to avoid typing "fossil  | less" everytime I notice it
> produces an output which doesn't fit in a single screen.

+1, I'd love too see this feature in fossil.

> (...)
> If pager-command is empty then following pager command will be used:
> 
>1. "more" under Windows.
>2. "less -FRSX" under any other OS.

Before using that fallback it should check PAGER environmental variable.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] [PATCH] broken parsing of contact information in git export

2014-10-27 Thread Tomasz Konojacki
Hello,

Parsing of contact information in git export is totally broken. For
example, if your contact information in fossil is Tomasz Konojacki
m...@xenu.tk, it will be exported to git as Tomasz Kon m...@xenu.tk,
when e-mail is longer than name results are even more bizarre.

Patch is located at http://xenu.tk/fossil.patch

Cheers,
Tomasz

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