Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348163
D5626.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
599 B
Subscribers
None
D5626.diff
View Options
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
Details
Attached
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
Attached To
D5626: Ignore the repository's config
Event Timeline
Log In to Comment