On Sun, Aug 18, 2013 at 10:21 AM, Jan Nijtmans <jan.nijtm...@gmail.com>wrote:

> Simpy update fossil to this version:
>      <http://fossil-scm.org/index.html/info/55cacfcace>
> and recompile and "fossil rebuild". Then the two branches
> are closed as expected.
>

A very minor nitpick: in this artifact:

http://www.fossil-scm.org/index.html/info/ce319b7898

the above code will also validate them if the T cards are swapped. Not a
big deal (not incompatible with any current repos/code), but from my
understanding of Richard's description a proper check would strcmp the
whole line (which is, in effect, what your original proposal suggests).
Because parsing modifies the original (replacing spaces with NUL bytes),
it's not possible to strcmp the whole input line, but a comparison routine
which looks a bit like this one would do the trick:

http://fossil.wanderinghorse.net/repos/f2/index.cgi/artifact/60a24107e694f255f7d3077714cf403ebaa40f68?ln=1467-1496

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to