<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 14 Nov 2018, at 19:40, Nigel Chapman wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">You were on to rc19 by the time I updated. For that version, I now get this behaviour:</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I found the issue: Spaces in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">/path/to/repository/</code></p>

<p dir="auto">This is because I use URLs to represent file browser locations, and when changing to SCM status I was constructing the URL as <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">"scm://%s" % path</code> but here <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">path</code> needs to be URL-escaped…</p>
</div>
</div>
</body>
</html>