Commit adc9bdb3b1428b8edf067ab17c26ef15ec1ac8a7

Russell Belfer 2012-01-31T13:59:32

Fix attr path is_dir check When building an attr path object, the code that checks if the file is a directory was evaluating the file as a relative path to the current working directory, instead of using the repo root. This lead to inconsistent behavior.