hg: invalid pattern in .hgignore
Categories
(Developer Services :: General, defect)
Tracking
(Not tracked)
People
(Reporter: felix-mozilla, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
Steps to reproduce:
checked out mozilla, then ran $ hg status .hgignore
Actual results:
abort: /src/firefox/.hgignore: invalid pattern (relre): (?i)(^|/)TAGS$
Expected results:
$ mercurial --version
Mercurial Distributed SCM (version 6.3.0)
(see https://mercurial-scm.org for more information)
Copyright (C) 2005-2022 Olivia Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ python --version
Python 3.11.0
These are the current release versions of python and mercurial, which I installed via pip install mercurial
(I'm doing this on the current trunk on a x86_64 linux box
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Picture-in-Picture' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•