Files
xtool/contrib/mORMot/SQLite3/Documentation/SourceCodeRep/FossilCommit.bat
2022-01-17 22:16:47 +02:00

11 lines
133 B
Batchfile

del *.bak /s> nul
fossil ci -M %1
rem push if chkFossilPush checked in SourceCodeRep tool
if %2==1 (
fossil push
)
@echo.
@pause