disqus / python-phabricator

Python bindings for Phabricator
Apache License 2.0
159 stars 66 forks source link

Loading of all arc config files (also on Windows) #17

Closed EClaesson closed 9 years ago

EClaesson commented 9 years ago

All arc config files are now read in descending order (takes Windows paths into account). Closes issues #10 and #11.

BYK commented 9 years ago

LGTM, thanks!