[svn r39106] Plus sign works fine for me, added to ALLOWED_CHARS in svncommon.
--HG-- branch : trunk
This commit is contained in:
parent
b4516bc432
commit
e4ef5d39bf
|
@ -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 + '@:'
|
||||
|
|
Loading…
Reference in New Issue