be a bit more permissive on the accepted depot paths

This commit is contained in:
Simon Hausmann
2007-01-31 22:41:08 +01:00
parent 555a9dd9d9
commit dba2db9822

View File

@@ -35,6 +35,9 @@ try:
except ValueError:
changeRange = ""
if prefix.endswith("..."):
prefix = prefix[:-3]
if not prefix.endswith("/"):
prefix += "/"