[fossil-users] Code review (reloaded)

2013-05-28 Thread Laurens Van Houtven
Hi, I'd like to know what sort of code review practices Fossil users employ. I believe this has come up at least twice: I've asked about it myself back in 2010, and Russ Paielli from the Scala team in 2011. All the projects I currently work on have some explicit form of code review, be it: -

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Stephan Beal
On Tue, May 28, 2013 at 12:10 PM, Laurens Van Houtven _...@lvh.io wrote: It is my understanding that Fossil doesn't come with such a tool for code reviews. Correct. Additionally, the entire point of autosync by default is to prevent having to branch and merge all the time. Not entirely.

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Richard Hipp
On Tue, May 28, 2013 at 6:10 AM, Laurens Van Houtven _...@lvh.io wrote: Hi, I'd like to know what sort of code review practices Fossil users employ. I believe this has come up at least twice: I've asked about it myself back in 2010, and Russ Paielli from the Scala team in 2011. All the

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Laurens Van Houtven
On May 28, 2013 12:39 PM, Richard Hipp d...@sqlite.org wrote: There is a pending review branch ( http://www.fossil-scm.org/fossil/timeline?c=pending-reviewy=ci) on the Fossil self-hosting repository now! I'm not sure I understand the workflow here. It seems the branch name itself is

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Richard Hipp
On Tue, May 28, 2013 at 6:50 AM, Laurens Van Houtven _...@lvh.io wrote: On May 28, 2013 12:39 PM, Richard Hipp d...@sqlite.org wrote: There is a pending review branch ( http://www.fossil-scm.org/fossil/timeline?c=pending-reviewy=ci) on the Fossil self-hosting repository now! I'm not sure

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Doug Franklin
On 2013-05-28 9:08, Richard Hipp wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I think this is a very useful feature. But I'm guessing that not many people know it exists.

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Mark Janssen
On Tue, May 28, 2013 at 3:08 PM, Richard Hipp d...@sqlite.org wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I think this is a very useful feature. But I'm guessing that not

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread j. van den hoff
On Tue, 28 May 2013 15:08:10 +0200, Richard Hipp d...@sqlite.org wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I think this is a very useful feature. But I'm guessing that not

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Richard Hipp
On Tue, May 28, 2013 at 9:55 AM, Isaac Jurado dipto...@gmail.com wrote: For the particular case of the selective timeline diffs I guess it would help adding the following CSS to the commit nodes/boxes: cursor: pointer That way people would get a hint that the box is clickable. Tnx. A

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread sky5walk
Yes, I noticed the changed formatting of the Timeline box and clicked it and discovered the feature. Some form of highlighting/flashing on hover or a tooltip is more explicit. I like the cursor changing approach also. On Tue, May 28, 2013 at 10:14 AM, Richard Hipp d...@sqlite.org wrote: On

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Jan Danielsson
On 5/28/13 3:08 PM, Richard Hipp wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I knew about it. When I read the first paragraph I was afraid you were about to suggest

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread LluĂ­s Batlle i Rossell
On Tue, May 28, 2013 at 09:08:10AM -0400, Richard Hipp wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I think this is a very useful feature. But I'm guessing that not many

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Richard Hipp
On Tue, May 28, 2013 at 11:46 AM, Laurens Van Houtven _...@lvh.io wrote: A tangent: Note that when you edit a check-in, you are not really changing the check-in. You are, instead, adding additional information. Fossil does not erase or modify, it only augments. The original check-in

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Steve Landers
On 28/05/2013, at 8:38 AM, Mark Janssen mpc.jans...@gmail.com wrote: I did not know this, but find it very useful. +1 Steve ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Richard Hipp
On Tue, May 28, 2013 at 11:55 AM, Andreas Kupries andre...@activestate.comwrote: Do we have a tips tricks page in the documentation ? That might be a useful place, beyond the usual documentation of the fossil web pages ... Although I have to admit, I do not remember seeing such general

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Andreas Kupries
On Tue, May 28, 2013 at 12:32 PM, Richard Hipp d...@sqlite.org wrote: On Tue, May 28, 2013 at 11:55 AM, Andreas Kupries andre...@activestate.com wrote: Do we have a tips tricks page in the documentation ? That might be a useful place, beyond the usual documentation of the fossil web pages

Re: [fossil-users] Code review (reloaded)

2013-05-28 Thread Nico Williams
On Tue, May 28, 2013 at 10:25 AM, Richard Hipp d...@sqlite.org wrote: If you forget to do it then, you can always visit a check-in after it is committed and click on the Edit link to do things like revise the check-in comment, update the check-in time, or move the check-in to a different

[fossil-users] Markdown

2013-05-28 Thread Doug Franklin
Do the default (downloadable) versions of Fossil not have Markdown support enabled, or am I doing something wrong? My browser keeps telling me open or save this unknown file type. -- Thanks, DougF (KG4LMZ) ___ fossil-users mailing list

Re: [fossil-users] Markdown

2013-05-28 Thread Jonathan Otsuka
Downloads are not compiled with --markdown (its still experimental) you will need to checkout and compile fossil with --markdown yourself. Jonathan Otsuka On May 28, 2013, at 10:29 PM, Doug Franklin nutdriverle...@comcast.net wrote: Do the default (downloadable) versions of Fossil not have