forked from mirrors/jj
Summary: Yuya's changes and mine had a semantic conflict ("merge skew") between the two of them, asb7c7b19e
changed the `op log `output slightly, whereas220292ad
included a new test that used `op log` itself. Generated by `cargo insta review`. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: I51d4de7316b1abc09be4f9fa0dd0d1a1
This commit is contained in:
parent
f8be0b2030
commit
d3f9616c51
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ fn test_workspaces_forget_multi_transaction() {
|
|||
// the op log should have multiple workspaces forgotten in a single tx
|
||||
let stdout = test_env.jj_cmd_success(&main_path, &["op", "log", "--limit", "1"]);
|
||||
insta::assert_snapshot!(stdout, @r###"
|
||||
@ e18f223ba3d3 test-username@host.example.com 2001-02-03 04:05:12.000 +07:00 - 2001-02-03 04:05:12.000 +07:00
|
||||
@ dd31c8d01c8b test-username@host.example.com 2001-02-03 04:05:12.000 +07:00 - 2001-02-03 04:05:12.000 +07:00
|
||||
│ forget workspaces second, third
|
||||
│ args: jj workspace forget second third
|
||||
"###);
|
||||
|
|
Loading…
Reference in a new issue