Permit calling p4-fast-export with a depot path that has the typical ... wildcard at the end.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
parent
2385536282
commit
f26037dce3
@ -35,6 +35,9 @@ try:
|
||||
except ValueError:
|
||||
changeRange = ""
|
||||
|
||||
if prefix.endswith("..."):
|
||||
prefix = prefix[:-3]
|
||||
|
||||
if not prefix.endswith("/"):
|
||||
prefix += "/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user