]> git.proxmox.com Git - cargo.git/commit
auto merge of #946 : alexcrichton/cargo/issue-933, r=brson
authorbors <bors@rust-lang.org>
Tue, 25 Nov 2014 00:18:58 +0000 (00:18 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Nov 2014 00:18:58 +0000 (00:18 +0000)
commite91d1280e091a311928963cc3604bbaa8a7aa652
tree66f53f72b44f70d9aab88132785ec2e899a1f52e
parent65bdc5755c3e1b1a647f8cd817bdb0e5f18965af
parentfb1590e8be823ad5625eb5f05e980c88a3cccc51
auto merge of #946 : alexcrichton/cargo/issue-933, r=brson

Some workspaces, such as windows, often have the home directory not in the
hierarchy of where projects live, which means that configuration may not work by
default. The home directory, however, is already singled out for `cargo login`
and it's pretty semantically special, so this commit ensures that we always look
at the home directory for configuration if it exists.

Closes #933
tests/support/registry.rs