source upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
del *.bak /s> nul
|
||||
|
||||
fossil ci -M %1
|
||||
|
||||
rem push if chkFossilPush checked in SourceCodeRep tool
|
||||
if %2==1 (
|
||||
fossil push
|
||||
)
|
||||
|
||||
@echo.
|
||||
@pause
|
Reference in New Issue
Block a user