Here's a test repo to try out the PR #969 :
``` mkdir newrepo && cd newrepo fossil init ../newrepo.fossil fossil open ../newrepo.fossil echo "Test file" >> testfile.txt fossil add testfile.txt fossil status fossil commit -m "Added testfile" ```
Now in Geany, open the `newrepo/testfile.txt` and its revisions should be tracked by Fossil SCM, and managed using GeanyVC.