when josh-proxy screws up the roundtrip, say what the involved commits are
This commit is contained in:
parent
50d51fb1bf
commit
91175463e4
@ -355,7 +355,10 @@ impl Command {
|
|||||||
let head = cmd!(sh, "git rev-parse HEAD").read()?;
|
let head = cmd!(sh, "git rev-parse HEAD").read()?;
|
||||||
let fetch_head = cmd!(sh, "git rev-parse FETCH_HEAD").read()?;
|
let fetch_head = cmd!(sh, "git rev-parse FETCH_HEAD").read()?;
|
||||||
if head != fetch_head {
|
if head != fetch_head {
|
||||||
bail!("Josh created a non-roundtrip push! Do NOT merge this into rustc!");
|
bail!(
|
||||||
|
"Josh created a non-roundtrip push! Do NOT merge this into rustc!\n\
|
||||||
|
Expected {head}, got {fetch_head}."
|
||||||
|
);
|
||||||
}
|
}
|
||||||
println!(
|
println!(
|
||||||
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
|
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user