-C In\sreleasetest.tcl:\nImproved\stesting\sfor\suncommitted\schanges.\s\sIf\suncommitted\schanges\sare\sseen,\nexit\simmediately\sunless\sthe\s--force\soption\sis\sused.
-D 2016-09-09T12:29:57.587
+C Fix\san\sobsolete\scomment\sin\sthe\sreleasetest.tcl\ssource\scode.
+D 2016-09-09T13:17:26.104
F Makefile.in cfd8fb987cd7a6af046daa87daa146d5aad0e088
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc 5017381e4853b1472e01d5bb926be1268eba429c
F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
F test/regexp2.test aa7ffcc21350007a78361b82bcf3b74d12227144
F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
-F test/releasetest.tcl 96c3c995276502ed161fba048db11bf609d06401
+F test/releasetest.tcl 46e73e306efd6bc1739efead3583ea0e2003f4d9
F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb
F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
F test/rollback2.test 8435d6ff0f13f51d2a4181c232e706005fa90fc5
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 30e917fff05b02ce2cb1f1c871d638200fbe5716
-R 45edd926e90edddd4f4fdfd05cd3a2d6
+P 9a14e6c46cdda9f10151ee96a0540798573edcf2
+R 7940b5c2f77005fa33fade550bc3d89e
U drh
-Z 4b0b0b85746acf466aacffff9e5b1376
+Z 45010a2c3dad5e8a3c02935127df2fd0
PUTS ""
}
-# Check to see if there are changes in the checkout. If there are
-# prompt the user to see if he wants to continue.
+# Check to see if there are uncommitted changes in the SQLite source
+# checkout. Exit if there are. Except: Do nothing if the --force
+# flag is used. Also, ignore this test if the fossil binary is
+# unavailable, or if the source tree is not a valid fossil checkout.
#
proc check_uncommitted {} {
if {$::FORCE} return