[svn r39106] Plus sign works fine for me, added to ALLOWED_CHARS in svncommon.

--HG--
branch : trunk
This commit is contained in:
xoraxax 2007-02-17 15:12:56 +01:00
parent b4516bc432
commit e4ef5d39bf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import os, sys, time, re, string
import py
from py.__.path import common
ALLOWED_CHARS = "_ -/\\=$.~" #add characters as necessary when tested
ALLOWED_CHARS = "_ -/\\=$.~+" #add characters as necessary when tested
if sys.platform == "win32":
ALLOWED_CHARS += ":"
ALLOWED_CHARS_HOST = ALLOWED_CHARS + '@:'