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: bugzi...@selenic.com
          Reporter: m...@selenic.com
                CC: mercurial-de...@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to