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:
Simon Hausmann 2007-01-31 22:41:08 +01:00
Родитель 2385536282
Коммит f26037dce3
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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