[Bug 6483] New: hg status -I does not work correctly with the Rust extensions

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Feb 10 15:57:01 UTC 2021


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: bugzilla at mercurial-scm.org
          Reporter: rgomes at octobus.net
                CC: mercurial-devel at 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.


More information about the Mercurial-devel mailing list