MaCOs hg status returns strange files

Bosco Rama hg at boscorama.com
Wed Jan 27 19:06:22 UTC 2021


On 2021-01-27 09:39, Uwe Brauer wrote:
> Did not occur to me to try a regular expression.

That's actually a glob and depending on how paranoid you are could be
way too inclusive.

If you care, you may want to try this instead:

    syntax: regexp
    \.Icon\r$

Or something similar.

HTH



More information about the Mercurial mailing list