tests: include divergence label in update-stale snapshots

This commit is contained in:
Yuya Nishihara 2023-02-26 21:53:48 +09:00
parent b7eb8ee438
commit 9dc069eeec

View file

@ -285,7 +285,10 @@ fn get_log_output(test_env: &TestEnvironment, cwd: &Path) -> String {
&[
"log",
"-T",
r#"commit_id " " working_copies"#,
r#"separate(" ",
commit_id,
working_copies,
if(divergent, "(divergent)"))"#,
"-r",
"all()",
],