Login
Artifact [6da70bf3b3]
Login

Artifact 6da70bf3b3b37b832f157207688c34f1307b74e8:


/**
   require() plugin which simply resolves to the shared Fossil.Context
   instance set up by the f-s2sh bootstrap code. This instance should
   be used by all other modules so that everybody is using the same
   database handles.
*/
affirm requireS2.fsl /* set up by f-s2sh.sh */;
return requireS2.fsl;