We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d93251 commit fcde635Copy full SHA for fcde635
setuptools_scm/utils.py
@@ -50,8 +50,6 @@ def do_ex(cmd, cwd='.'):
50
cwd=str(cwd),
51
env=_always_strings(dict(
52
os.environ,
53
- # disable hgrc processing other than .hg/hgrc
54
- HGRCPATH='',
55
# try to disable i18n
56
LC_ALL='C',
57
LANGUAGE='',
0 commit comments