--------------------
* correctly allow conda to update itself
* print which file leads to the "unable to remove file" error on Windows
* add support for the no_proxy environment variable, 1171
* add a much faster hint generation for unsatisfiable packages, which is now
always enabled (previously it would not run if there were more than ten
specs). The new hint only gives one set of conflicting packages, rather
than all sets, so multiple passes may be necessary to fix such issues
* conda extensions that import conda should use
conda.cli.conda_argparser.ArgumentParser instead of
argparse.ArgumentParser to conform to the conda help guidelines (e.g., all
help messages should be capitalized with periods, and the options should
be preceded by "Options:" for the sake of help2man).
* add confirmation dialog to conda remove. Fixes conda remove --dry-run.