# HG changeset patch # User mpm@selenic.com # Date 1124665207 25200 # Node ID a66e249d77aee7b6392d3aad70e35adb446dcb1c # Parent bfe12654764d3c73ef55f265eb01cd945ebdd067 Remove unused relfilter function diff -r bfe12654764d -r a66e249d77ae mercurial/commands.py --- 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: