Re: [fossil-users] Unversioned file replacement is broken?

2017-08-29 Thread Warren Young
On Aug 29, 2017, at 10:59 PM, BohwaZ wrote: > > But if you don't sync between removal and add, the 0 bytes bug is happening. I’ve seen this, too, but didn’t report it because there is the workaround you’ve discovered. ___ fossil-users mailing list fos

[fossil-users] Unversioned file replacement is broken?

2017-08-29 Thread BohwaZ
Hey, I'm trying to update an unversioned file in my repo, so I do: # first add fossil uv add file.zip fossil uv sync # updating the file fossil uv add file.zip fossil uv sync And now the file is 0 bytes? This seems to work normally: # first add fossil uv add file.zip fossil uv sync # delete

Re: [fossil-users] toc.tcl

2017-08-29 Thread Andy Goth
On 08/29/17 21:18, Offray Vladimir Luna Cárdenas wrote: On 29/08/17 20:11, Andy Goth wrote: To keep this email relevant to Fossil, let me ask if there is any interest in adding "```" which appears to be intended to mark a code block without having to indent each line. I vote no because what we

Re: [fossil-users] toc.tcl

2017-08-29 Thread Offray Vladimir Luna Cárdenas
Hi, On 29/08/17 20:11, Andy Goth wrote: > On 08/27/17 21:14, dewey.hyl...@gmail.com wrote: >> my static site generator leverages blackfriday for markdown parsing, >> and pygment-colored code blocks are framed with "```" ... these blocks >> do not get ignored by your script, and the commented line

Re: [fossil-users] toc.tcl

2017-08-29 Thread dewey.hyl...@gmail.com
i'll certainly check this out. the difference between a block quote (indented) and code fencing (```) in blackfriday is that the latter gets syntax coloring. i understand that isn't related to fossil - i was just reporting. thanks again for your work. - On Aug 29, 2017, at 9:11 PM, andrew m

[fossil-users] New release?

2017-08-29 Thread Andy Goth
At work I'm having some difficulty due to the most recent released version of Fossil not including my correction for /doc on read-only repository files. Would it be possible to make another release to include this and other recent changes? The branch titled branch-2.3 seems to collect high-prior

Re: [fossil-users] toc.tcl

2017-08-29 Thread Andy Goth
On 08/27/17 21:14, dewey.hyl...@gmail.com wrote: my static site generator leverages blackfriday for markdown parsing, and pygment-colored code blocks are framed with "```" ... these blocks do not get ignored by your script, and the commented lines inside the code blocks get meddled with. "```"