Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -19,11 +19,11 @@ have cvs && link_file cvsrc .cvsrc have fish && link_file fish .config/fish ../ if have fossil; then echo "Setting global fossil settingsā€¦" - fossil set --global autosync pullonly + fossil set --global autosync 0 fossil set --global editor 'vim -c "se ft=gitcommit"' fossil set --global mv-rm-files 1 if have gpg2; then gpg="gpg2"