Page MenuHomeSoftware Heritage

D5626.diff
No OneTemporary

D5626.diff

diff --git a/swh/loader/mercurial/utils.py b/swh/loader/mercurial/utils.py
--- a/swh/loader/mercurial/utils.py
+++ b/swh/loader/mercurial/utils.py
@@ -34,7 +34,8 @@
"""Return the smallest viable environment for `hg` suprocesses"""
env = {
"HGPLAIN": "", # Tells Mercurial to disable output customization
- "HGRCPATH": "", # Tells Mercurial to ignore config files
+ "HGRCPATH": "", # Tells Mercurial to ignore user's config files
+ "HGRCSKIPREPO": "", # Tells Mercurial to ignore repo's config file
}
path = os.environ.get("PATH")
if path:

File Metadata

Mime Type
text/plain
Expires
Jul 3 2025, 6:15 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216319

Event Timeline