mercurial/scmutil.py
branchstable
changeset 14861 6ed2a449cb5b
parent 14746 72e4fcb43227
child 14928 dca59d5be12d
child 14980 28e98a8b173d
--- a/mercurial/scmutil.py	Tue Jul 12 12:35:03 2011 -0500
+++ b/mercurial/scmutil.py	Fri Jul 08 20:24:19 2011 -0500
@@ -8,7 +8,7 @@
 from i18n import _
 import util, error, osutil, revset, similar
 import match as matchmod
-import os, errno, stat, sys, glob
+import os, errno, re, stat, sys, glob
 
 def checkfilename(f):
     '''Check that the filename f is an acceptable filename for a tracked file'''