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>maint
parent
2385536282
commit
f26037dce3
|
|
@ -35,6 +35,9 @@ try:
|
||||||
except ValueError:
|
except ValueError:
|
||||||
changeRange = ""
|
changeRange = ""
|
||||||
|
|
||||||
|
if prefix.endswith("..."):
|
||||||
|
prefix = prefix[:-3]
|
||||||
|
|
||||||
if not prefix.endswith("/"):
|
if not prefix.endswith("/"):
|
||||||
prefix += "/"
|
prefix += "/"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue