[Bug 5326] New: fsmonitor does not properly handle directory ignores

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Sun Aug 14 13:58:18 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5326

            Bug ID: 5326
           Summary: fsmonitor does not properly handle directory ignores
           Product: Mercurial
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: fsmonitor
          Assignee: bugzilla at selenic.com
          Reporter: mpm at selenic.com
                CC: mercurial-devel at selenic.com

>From bug #5322:

  $ hg init repo
  $ mkdir subdir
  $ touch subdir/file
  $ cat > .hgignore << EOF
  > subdir$
  > EOF

  $ hg st
  ? .hgignore

  $ hg --config extensions.fsmonitor= st
  ? .hgignore
  ? subdir/file

Descent into subdirectories should stop on matching an ignore pattern against a
directory name (without the trailing slash).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list