Differences From Artifact [e7de2023f5]:
- File mtserv.scm — part of check-in [d78cc9a775] at 2023-01-22 01:45:19 on branch v1.80-reshape — wip (user: matt, size: 3741) [annotate] [blame] [check-ins using]
To Artifact [ad1041ae0e]:
- File mtserv.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 3742) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + | matchable ) ;; (declare (uses common)) (declare (uses margs)) (declare (uses configfmod)) (declare (uses servermod)) (include "megatest-version.scm") (include "megatest-fossil-hash.scm") (define help (conc " mtserv, part of the Megatest tool suite, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " |
︙ |