changeset 988:a66e249d77ae

Remove unused relfilter function
author mpm@selenic.com
date Sun, 21 Aug 2005 16:00:07 -0700
parents bfe12654764d
children 1b6eb272b238 1e4b009b379e
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Aug 21 15:56:14 2005 -0700
+++ b/mercurial/commands.py	Sun Aug 21 16:00:07 2005 -0700
@@ -23,12 +23,6 @@
         l += [x for x in files if x.startswith(t)]
     return l
 
-def relfilter(repo, files):
-    cwd = repo.getcwd()
-    if cwd:
-        return filterfiles([util.pconvert(cwd)], files)
-    return files
-
 def relpath(repo, args):
     cwd = repo.getcwd()
     if cwd: