On 14 Nov 2018, at 19:40, Nigel Chapman wrote:
You were on to rc19 by the time I updated. For that version, I now get this behaviour:
I found the issue: Spaces in `/path/to/repository/`
This is because I use URLs to represent file browser locations, and when changing to SCM status I was constructing the URL as `"scm://%s" % path` but here `path` needs to be URL-escaped…