1) [Fixed import order](https://github.com/iterative/dvc/pull/2636); Kudos Naba7 :tada:
2) [Disable progress bar when output is not a TTY](https://github.com/iterative/dvc/pull/2550);
3) [Deduplicate brancher entries](https://github.com/iterative/dvc/pull/2639);
4) [Deduplicate used cache entries](https://github.com/iterative/dvc/pull/2630);
5) [Fix bug in dvc repository lock that was making ~15 sec slow on Mac and on other systems with bad dns configuration](https://github.com/iterative/dvc/pull/2642);
6) [Fix bug in push/pull/status from http remote, which made dvc hit ulimit for opened file descriptors on Mac and Windows](https://github.com/iterative/dvc/pull/2646);