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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.