зеркало из https://github.com/mozilla/gecko-dev.git
16a6c7da5c
Add code to clean up Git and Hg repositories, and invoke that where `./mach vendor rust` would throw an error. Unfortunately, `cargo vendor` also updates the repo's root `Cargo.lock` file in-place and while we could `git checkout`/`hg revert` that file for the user, `Cargo.lock` may have had pre-existing changes that would be overwritten by such a change. Instead of a potentially destructive update in the error case, I've opted to add an extra error message to tell you how to deal with that one file. Differential Revision: https://phabricator.services.mozilla.com/D49494 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
mozversioncontrol | ||
test | ||
setup.py |