comparison mercurial/util.py @ 21912:b6ef4469191d

util: remove no longer used compilere
author Siddharth Agarwal <sid0@fb.com>
date Tue, 15 Jul 2014 14:52:40 -0700
parents cad9dadc9d26
children 50aad4609224
comparison
equal deleted inserted replaced
21911:760f4055e656 21912:b6ef4469191d
740 except re2.error: 740 except re2.error:
741 pass 741 pass
742 return remod.compile(pat, flags) 742 return remod.compile(pat, flags)
743 743
744 re = _re() 744 re = _re()
745 compilere = re.compile
746 745
747 _fspathcache = {} 746 _fspathcache = {}
748 def fspath(name, root): 747 def fspath(name, root):
749 '''Get name in the case stored in the filesystem 748 '''Get name in the case stored in the filesystem
750 749