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

            Bug ID: 6483
           Summary: hg status -I does not work correctly with the Rust
                    extensions
           Product: Mercurial
           Version: default branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: rgo...@octobus.net
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

I just noticed that:

  $ hg init repo
  $ cd repo
  $ touch a.rb b.rb c.sql
  $ hg add a.rb b.rb c.sql
  $ HGMODULEPOLICY=rust+c hg st -a -I '**/*.rb'
    A a.rb
    A b.rb
    A c.sql
  $ HGMODULEPOLICY=c hg st -a -I '**/*.rb'
    A a.rb
    A b.rb
    A c.sql

It appears to work correctly when listing unknowns, though.

  $ HGMODULEPOLICY=rust+c hg st -au -I '**/*.rb'
    A a.rb
    A b.rb

-- 
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