From: Simon Hausmann Date: Wed, 31 Jan 2007 21:41:08 +0000 (+0100) Subject: be a bit more permissive on the accepted depot paths X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=dba2db98226669fbb218face5fbbeb20987975e9;p=python%2Ffast-export.git be a bit more permissive on the accepted depot paths --- diff --git a/p4-fast-export.py b/p4-fast-export.py index 133447c..72e0122 100644 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -35,6 +35,9 @@ try: except ValueError: changeRange = "" +if prefix.endswith("..."): + prefix = prefix[:-3] + if not prefix.endswith("/"): prefix += "/"