Skip to content

Commit de4f237

Browse files
committed
prefer git style commit range
1 parent 731cdb5 commit de4f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ fn print_final_report(
762762
eprintln!("regressed nightly: {}", nightly_toolchains[*nightly_found],);
763763

764764
eprintln!(
765-
"searched commits: from https://github.com/rust-lang/rust/commit/{0} to https://github.com/rust-lang/rust/commit/{1}",
765+
"searched commit range: https://github.com/rust-lang/rust/compare/{0}...{1}",
766766
ci_toolchains.first().unwrap(),
767767
ci_toolchains.last().unwrap(),
768768
);

0 commit comments

Comments
 (0)