##// END OF EJS Templates
Remove unused relfilter function
mpm@selenic.com -
r988:a66e249d default
parent child Browse files
Show More
@@ -23,12 +23,6 b' def filterfiles(filters, files):'
23 l += [x for x in files if x.startswith(t)]
23 l += [x for x in files if x.startswith(t)]
24 return l
24 return l
25
25
26 def relfilter(repo, files):
27 cwd = repo.getcwd()
28 if cwd:
29 return filterfiles([util.pconvert(cwd)], files)
30 return files
31
32 def relpath(repo, args):
26 def relpath(repo, args):
33 cwd = repo.getcwd()
27 cwd = repo.getcwd()
34 if cwd:
28 if cwd:
General Comments 0
You need to be logged in to leave comments. Login now