mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
tests: include divergence label in update-stale snapshots
This commit is contained in:
parent
b7eb8ee438
commit
9dc069eeec
1 changed files with 4 additions and 1 deletions
|
@ -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()",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue