зеркало из https://github.com/microsoft/git.git
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:
Родитель
2385536282
Коммит
f26037dce3
|
@ -35,6 +35,9 @@ try:
|
|||
except ValueError:
|
||||
changeRange = ""
|
||||
|
||||
if prefix.endswith("..."):
|
||||
prefix = prefix[:-3]
|
||||
|
||||
if not prefix.endswith("/"):
|
||||
prefix += "/"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче