@@ -602,18 +602,16 @@ fn test_amend_undo() -> eyre::Result<()> {
602602 ] } , {
603603 insta:: assert_snapshot!( stdout, @r###"
604604 Will apply these actions:
605- 1 . Move branch foo from 94b1077 create file1.txt
605+ # . Move branch foo from 94b1077 create file1.txt
606606 to 94b1077 create file1.txt
607- 2. Check out from 94b1077 create file1.txt
608- to 94b1077 create file1.txt
609- 3. Restore snapshot for branch foo
607+ #. Restore snapshot for branch foo
610608 pointing to 94b1077 create file1.txt
611609 backed up using b4371f8 branchless: automated working copy snapshot
612- 4 . Move branch foo from 94b1077 create file1.txt
610+ # . Move branch foo from 94b1077 create file1.txt
613611 to c0bdfb5 create file1.txt
614- 5 . Rewrite commit 94b1077 create file1.txt
612+ # . Rewrite commit 94b1077 create file1.txt
615613 as c0bdfb5 create file1.txt
616- 6 . Restore snapshot for branch foo
614+ # . Restore snapshot for branch foo
617615 pointing to c0bdfb5 create file1.txt
618616 backed up using a293e0b branchless: automated working copy snapshot
619617 branchless: running command: <git-executable> checkout a293e0b4502882ced673f83b6742539ee06cbc74 -B foo
@@ -628,7 +626,7 @@ fn test_amend_undo() -> eyre::Result<()> {
628626 O f777ecc (master) create initial.txt
629627 |
630628 @ c0bdfb5 (> foo) create file1.txt
631- Applied 6 inverse events.
629+ Applied # inverse events.
632630 "### ) ;
633631 } ) ;
634632 }
0 commit comments