On Tue, Oct 11, 2016 at 9:26 AM, Svyatoslav Mishyn <[email protected]> wrote: > > as Commit Script I have this: > tclInvoke catch {exec /home/juef/bin/f2g test} > > but it looks like a commit script is executed before commit: > /home/juef/fossil/test: date >> z && f ci -m f1 > /home/juef/fossil/test: date >> z && f ci -m f2 > /home/juef/fossil/test: date >> z && f ci -m f3 > > /home/juef/git/mirrors/fossil/test: git --no-pager log -n 3 > --pretty=format:"%s%n" > f2 > f1 > 11 >
Have you looked at the contents of z in each the 3 most recent commits in git? Do the changes in the date string in z match what was committed to Fossil?
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

