diff --git a/eden/cli/config.py b/eden/cli/config.py index 1b9f5da51c..1477e22569 100644 --- a/eden/cli/config.py +++ b/eden/cli/config.py @@ -640,6 +640,7 @@ Do you want to run `eden mount %s` instead?''' % (path, path)) 'HOME', 'EMAIL', 'NAME', + 'ASAN_OPTIONS', # When we import data from mercurial, the remotefilelog extension # may need to SSH to a remote mercurial server to get the file # contents. Preserve SSH environment variables needed to do this.