I learned from a tutorial or somewhere else that use --private option to have a chance to review my commit on local computer. Good idea. But if everything ok then how to commit it up to the server? My method is :
fossil close -f <===== -f needed because there are unsaved checkout according to the warning message. fossil open project.fossil <last-commit-id> <=== go back to the last sync'ed point. fossil ci -m "message" <==== checkin again formally This process works but it smells bad. What's the correct way to bring a private thread back to the trunk?
_______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users