mercurial/__init__.py
author Brendan Cully <brendan@kublai.com>
Fri, 23 Jun 2006 00:11:53 +0200
changeset 2485 885de96eb542
parent 0 9117c6561b0b
permissions -rw-r--r--
filterfiles: Search as long as the target is a prefix of current. filterfiles was failing to find files for directory arguments if another file existed that started with the directory name and sorted earlier. For example, a manifest of ('foo.h', 'foo/foo') would cause filterfiles('foo') to return nothing. This resolves issue #294.