##// END OF EJS Templates
scmutil: add missing import of re...
Steve Borho -
r14861:6ed2a449 stable
parent child Browse files
Show More
@@ -8,7 +8,7 b''
8 from i18n import _
8 from i18n import _
9 import util, error, osutil, revset, similar
9 import util, error, osutil, revset, similar
10 import match as matchmod
10 import match as matchmod
11 import os, errno, stat, sys, glob
11 import os, errno, re, stat, sys, glob
12
12
13 def checkfilename(f):
13 def checkfilename(f):
14 '''Check that the filename f is an acceptable filename for a tracked file'''
14 '''Check that the filename f is an acceptable filename for a tracked file'''
General Comments 0
You need to be logged in to leave comments. Login now