Skip to content

Commit fcde635

Browse files
allow HGRCPATH env var - potentially fixes #97
1 parent 4d93251 commit fcde635

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setuptools_scm/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def do_ex(cmd, cwd='.'):
5050
cwd=str(cwd),
5151
env=_always_strings(dict(
5252
os.environ,
53-
# disable hgrc processing other than .hg/hgrc
54-
HGRCPATH='',
5553
# try to disable i18n
5654
LC_ALL='C',
5755
LANGUAGE='',

0 commit comments

Comments
 (0)