We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jj absorb
1 parent 70fc02a commit 55ab0d8Copy full SHA for 55ab0d8
cli/tests/test_absorb_command.rs
@@ -810,9 +810,10 @@ fn test_absorb_paths() {
810
work_dir.write_file("file1", "1A\n");
811
work_dir.write_file("file2", "1A\n");
812
813
- let output = work_dir.run_jj(["absorb", "unknown"]);
+ let output = work_dir.run_jj(["absorb", "nonexistent"]);
814
insta::assert_snapshot!(output, @r"
815
------- stderr -------
816
+ Warning: No matching entries for paths: nonexistent
817
Nothing changed.
818
[EOF]
819
");
0 commit comments