Re: [fossil-dev] pending-review: canonical titles in permuted index displayed in bold

2015-08-15 Thread Michai Ramakers
(@Stephan: for some reason your reply ended up in the dev-digest mail, but I didn't get a separate mail - didn't end up in spam-filter either) >> [2a8dd751] displays canonical / unpermuted titles in bold in the >> permuted documentation-index, to make them stick out from their >> aliases. If you f

Re: [fossil-dev] pending-review: new th1-dir-cmd implemented: code, doc and test (with some test refactoring)

2015-08-15 Thread Joe Mistachkin
I've now fixed some compiler warnings, coding style issues, and moved the read-only TH1 tests back to their original file. Branch diff (against trunk) is now clean. Perhaps we should have the [dir] command return a list-of-lists, with the name, size, and time for each entry (i.e. since we are ap

Re: [fossil-dev] pending-review: new th1-dir-cmd implemented: code, doc and test (with some test refactoring)

2015-08-15 Thread Joe Mistachkin
I've reviewed the changes. I'm curious why some of the th1 tests were moved? None of the tests you moved actually modify the repository. If they really do need to be moved, it might be better to avoid doing it on the feature branch, that way the new tests would stand out better. -- Joe Mistach

Re: [fossil-dev] [Q] Update .ignore-glob to include build artifacts on Linux

2015-08-15 Thread Joe Mistachkin
That's not what ignore-glob does. It prevents "fossil extra" from seeing those files. Sent from my iPhone > On Aug 15, 2015, at 8:56 AM, Chris wrote: > > Hi again > > what would you think about updating the .ignore-glob to contain build > artifacts on Linux: > > --- .fossil-settings/ignore

[fossil-dev] [Q] Update .ignore-glob to include build artifacts on Linux

2015-08-15 Thread Chris
Hi again what would you think about updating the .ignore-glob to contain build artifacts on Linux: --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -1,5 +1,9 @@ compat/openssl* compat/tcl* fossil fossil.exe win/fossil.exe +bld/* +config.log +Makefile +autoconfig.h IM

[fossil-dev] pending-review: new th1-dir-cmd implemented: code, doc and test (with some test refactoring)

2015-08-15 Thread Chris
Hi all, i finally managed to commit all (?) necessary stuff for the new th1 command "dir". please check it out on branch ckol-th-1-dir-cmd https://fossil-scm.org/index.html/timeline?r=ckol-th1-dir-cmd in order to get the test running correctly i had to setup a repository and while doing

Re: [fossil-dev] pending-review: canonical titles in permuted index displayed in bold

2015-08-15 Thread Stephan Beal
On Sat, Aug 15, 2015 at 1:21 AM, Michai Ramakers wrote: > Hello, > > [2a8dd751] displays canonical / unpermuted titles in bold in the > permuted documentation-index, to make them stick out from their > aliases. If you find it useful, perhaps it can be merged. > i like the concept, but the bold d