[Bug 5291] New: hg status can display hg-checkexec files from other hg status calls

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Jul 11 10:52:11 UTC 2016


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

            Bug ID: 5291
           Summary: hg status can display hg-checkexec files from other hg
                    status calls
           Product: Mercurial
           Version: 3.8.2
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: vgatien-baron at janestreet.com
                CC: mercurial-devel at selenic.com

If you run the command enough, you should eventually see this behavior:

$ hg st
$ for i in {1..10}; do hg st & done | grep '?'
? hg-checkexec-KkGMst

This is annoying because it makes it spuriously look like the repository is not
clean.
Can't the check be done inside of .hg, or the checkexec file filtered out
somehow?

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


More information about the Mercurial-devel mailing list