Re: [fossil-users] How to render a vertical line in a Markdown code snippet?

2016-05-14 Thread Svyatoslav Mishyn
(Sat, 14 May 13:03) Marko Käning: > How to render a vertical line in a Markdown code snippet? > > I tried `|`, `\|` and `||` but all to no avail. The bare vertical in text > flow even caused fossil’s UI to try to render a table at one point. > > If I do the same in a multiline code block it

Re: [fossil-users] How to render a vertical line in a Markdown code snippet?

2016-05-14 Thread Natacha Porté
Hello, on Saturday 14 May 2016 at 16:50, Svyatoslav Mishyn wrote: > (Sat, 14 May 16:14) Svyatoslav Mishyn: > > (Sat, 14 May 13:03) Marko Käning: > > > How to render a vertical line in a Markdown code snippet? > > > > > > I tried `|`, `\|` and `||` but all to no avail. The bare vertical in text

Re: [fossil-users] ilegible stash listing

2016-05-14 Thread Andy Bradford
Thus said fran on Fri, 13 May 2016 03:58:44 -0300: > You mention the context. What context? The context is the context of ``fossil stash'' and nothing else. The stash listing does not list committed code, it lists code changes that you have made that have not yet been committed to

Re: [fossil-users] ilegible stash listing

2016-05-14 Thread fran
my point basically is the output of the command looks like [STASHID]:[CHANGESET] on DATE but that statement should be [STASHID] on DATE based on [CHANGESET] or anything... but the important is to make the expressed relations more accurate. See, [CHANGESET]'s date is not DATE, well then why

[fossil-users] Repairing trunk/timeline after a shun

2016-05-14 Thread John P. Rouillard
Hi Everybody: I had to recently shun some artifacts from a fossil repo (due to embedded security credentials). Now when I look at the fossil timeline that spans that shunning I no longer have a single connected trunk. To reproduce use: fossil init shun.fossil mkdir shun cd shun fossil open

Re: [fossil-users] Cloning failure via SSH on MSYS2

2016-05-14 Thread Andy Bradford
Thus said =?windows-1252?Q?Marko_K=E4ning?= on Sat, 14 May 2016 12:34:48 +0200: > SSH is correctly configured, as I can log onto the host no problem, > but above clone hangs once I press the "y" and then RETURN. The next progression from the SSH connection that is to be expected after

Re: [fossil-users] fossil timeline on console quirk with ticket titles

2016-05-14 Thread Marko Käning
Hi Warren, thanks for the digging! :) On 12 May 2016, at 01:27 , Warren Young wrote: > The problem is on line 1693 of src/manifest.c, if you want to try and fix it. > I believe the proper fix would involve moving these tags into > www_print_timeline() in src/timeline.c. If

[fossil-users] No progress on "fossil cp"

2016-05-14 Thread Marko Käning
Hi devs, as it seems there is no demand of a “cp” command for fossil, really, as nothing seems to have been done about it in the last 3 years [1]. I guess, it’s the same issue: someone would have to implement it... No, it’s not me either. ;) Anyway, still, I consider Fossil a great tool despite

Re: [fossil-users] Timestamps in ticket overview pages not shown in local time

2016-05-14 Thread Marko Käning
Hi Warren, On 12 May 2016, at 02:05 , Warren Young wrote: > … Repeat until expert. :) nicely said. :) Will see how much pressure the issues I find/found will be for me and whether that is enough motivation to invest time in this tool. Well, the least I can do is to post my

Re: [fossil-users] Workaround for the missing 'squash' command?

2016-05-14 Thread Marko Käning
Hi Ron, from what I read about merges in Fossil I had assumed, that they always merge in all changes changeset after changeset... On 12 May 2016, at 03:15 , Ron W wrote: > I think you are misunderstanding how a merge works in Fossil. The commands: > fossil update

Re: [fossil-users] No progress on "fossil cp"

2016-05-14 Thread Stephan Beal
On Sat, May 14, 2016 at 11:43 AM, Marko Käning wrote: > Hi devs, > > as it seems there is no demand of a “cp” command for fossil, really, as > nothing > seems to have been done about it in the last 3 years [1]. > > I guess, it’s the same issue: someone would have to

Re: [fossil-users] Suggestions for list of branches in web-UI

2016-05-14 Thread Marko Käning
Hi list, thanks for being so welcomingly responsive to all my posts! :) I am delighted!!! What about the issues found in this thread though? Greets, Marko ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to create a ticket link in the wiki?

2016-05-14 Thread Marko Käning
On 12 May 2016, at 23:22 , Warren Young wrote: > The only reason to argue for [12345abc] form is that’s the form artifact IDs > take everywhere else in Fossil, most especially including the magic links in > checkin comments, which Makrdown wiki links most closely resemble.

Re: [fossil-users] Feature request: auto-closing of tickets a la Trac

2016-05-14 Thread Marko Käning
On 13 May 2016, at 18:58 , Warren Young wrote: > We aren’t talking about fossil ui. We’re talking about > > $ f ci -m “closes [12345abc]” +1 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] No progress on "fossil cp"

2016-05-14 Thread Marko Käning
On 14 May 2016, at 12:11 , Stephan Beal wrote: > in 20+ years of using source control, i've never seen an 'cp' command (maybe > i've just overlooked it in CVS/SVN). Fossil does have an 'mv' command which > does retain history. Copying the same file to multiple places,

Re: [fossil-users] No progress on "fossil cp"

2016-05-14 Thread Stephan Beal
On Sat, May 14, 2016 at 12:25 PM, Marko Käning wrote: > On 14 May 2016, at 12:11 , Stephan Beal wrote: > > in 20+ years of using source control, i've never seen an 'cp' command > (maybe i've just overlooked it in CVS/SVN). Fossil does have an

[fossil-users] Cloning failure via SSH on MSYS2

2016-05-14 Thread Marko Käning
Hi, on an MSYS2 install I was trying to clone a repo which I can reach via SSH like this --- $ fossil clone ssh://marko@IP:PORT//home/REPOS/FOSSIL/test.fossil test.fossil The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is.

Re: [fossil-users] No progress on "fossil cp"

2016-05-14 Thread Marko Käning
Hi Stephan, On 14 May 2016, at 12:35 , Stephan Beal wrote: > But in svn, now that i think about it, cp is, in practice, only used for > branching. i've never seen it used to copy something within the same tree. maybe. So, I might have abused it all along. :) > That

[fossil-users] Pushing and pulling of ticket reports

2016-05-14 Thread Marko Käning
It seems like the ticket area - which contains the ticket reports - is not pushed/pulled automatically to the parent repository (just like skin area)... What is the reason for that and where are these exceptions actually documented? Can’t find it anywhere at the moment, but remember to have

[fossil-users] How to render a vertical line in a Markdown code snippet?

2016-05-14 Thread Marko Käning
How to render a vertical line in a Markdown code snippet? I tried `|`, `\|` and `||` but all to no avail. The bare vertical in text flow even caused fossil’s UI to try to render a table at one point. If I do the same in a multiline code block it works: ` | ` but how to get this done w/o trouble

Re: [fossil-users] Pushing and pulling of ticket reports

2016-05-14 Thread Marko Käning
Would be nice if this --- $ fsl config pull help Available configuration areas: email Concealed email addresses in tickets projectProject name and description skin Web interface appearance settings cssStyle sheet shun List of shunned artifacts ticket

Re: [fossil-users] Unrecognized command-line option, or missing argument: --https

2016-05-14 Thread Piotr Orzechowski
Hi Warren, thanks for your help! In fact, I have already set an "A+" graded site. The problem is I'm hosting multiple repositories, as you can see here: https://orzechowski.tech. You solution seems to work with single repo only. I was just trying to migrate from xinetd to systemd with my fossil