mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
test_abandon_command: remove obsolete TODO
This was fixed in 7c8f66ab0
, I believe.
This commit is contained in:
parent
5186066cf5
commit
e5cfada7e2
1 changed files with 0 additions and 5 deletions
|
@ -97,11 +97,6 @@ fn test_rebase_branch_with_merge() {
|
|||
|
||||
test_env.jj_cmd_ok(&repo_path, &["undo"]);
|
||||
let (stdout, stderr) = test_env.jj_cmd_ok(&repo_path, &["abandon", "descendants(c)"]);
|
||||
// TODO(ilyagr): Minor Bug: The branch `e` should be shown next
|
||||
// to the commit with description `e` below. This is because the commits are
|
||||
// printed in the state *after* abandonment. This will be fixed together with
|
||||
// adding (hidden) to the commit template, which causes a more obvious version
|
||||
// of the same problem.
|
||||
insta::assert_snapshot!(stdout, @"");
|
||||
insta::assert_snapshot!(stderr, @r###"
|
||||
Abandoned the following commits:
|
||||
|
|
Loading…
Reference in a new issue