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 or view it on GitHub:
https://github.com/geany/geany-plugins/issues/968#issuecomment-619553518

Reply via email to