Re: [fossil-users] Anecdote regarding permissions tracking in Fossil

2013-10-07 Thread Erlend Leganger
On 8 October 2013 00:27, Joseph R. Justice wrote: I note that there are people who *do* put their home directories, .rc > files, etc under source control. Indeed, see for example http://episodes.gitminutes.com/2013/06/gitminutes-13-richard-hartmann-on.html - Erlend

[fossil-users] TH1 - make 1d list from 2d list?

2011-06-12 Thread Erlend Leganger
I want to create a one dimensional list from a two dimensional source list. Here is what I have done: set twoDlist{ {UN "United Nations"} {EU "European Union} {BRICS "Brazil, Russia, India, China, South Africa} } set oneDlist "" for {set x 0} {$x < [llength $twoDlist]} {set x [expr {$x +