@@ -69,7 +69,7 @@ fn basic_cherry_pick_cp_conflicts() -> Result<()> {
6969
7070 insta:: assert_debug_snapshot!( result, @"
7171 ConflictedCommit(
72- Sha1(e9ee7b59aff786fc970c30f6965d1de1913c7ec4 ),
72+ Sha1(9661555c611ff64e8c597f7f5a0575f211eb2e12 ),
7373 )
7474 " ) ;
7575
@@ -80,7 +80,7 @@ fn basic_cherry_pick_cp_conflicts() -> Result<()> {
8080 assert_eq ! ( & get_parents( & id. attach( & repo) ) ?, & [ onto] ) ;
8181
8282 insta:: assert_snapshot!( visualize_tree( id. attach( & repo) ) , @r#"
83- 0367fb7
83+ 1090f8a
8484 ├── .auto-resolution:aa3d213
8585 │ ├── base-f:100644:7898192 "a\n"
8686 │ └── target-f:100644:eb5a316 "target\n"
@@ -95,7 +95,6 @@ fn basic_cherry_pick_cp_conflicts() -> Result<()> {
9595 │ ├── base-f:100644:7898192 "a\n"
9696 │ ├── clean-f:100644:8312630 "clean\n"
9797 │ └── target-f:100644:9b1719f "conflict\n"
98- ├── CONFLICT-README.txt:100644:2af04b7 "You have checked out a GitButler Conflicted commit. You probably didn\'t mean to do this."
9998 ├── base-f:100644:7898192 "a\n"
10099 └── target-f:100644:eb5a316 "target\n"
101100 "# ) ;
@@ -184,7 +183,7 @@ fn single_parent_to_multiple_parents_cp_conflicts() -> Result<()> {
184183
185184 insta:: assert_debug_snapshot!( result, @"
186185 ConflictedCommit(
187- Sha1(0fcbe01202743fa55f1a1e07342ad26f2e7a0abe ),
186+ Sha1(c8779c405b92941176effe9eb7a72c0dd410c3fd ),
188187 )
189188 " ) ;
190189
@@ -195,7 +194,7 @@ fn single_parent_to_multiple_parents_cp_conflicts() -> Result<()> {
195194 assert_eq ! ( & get_parents( & id. attach( & repo) ) ?, & [ onto, onto2] ) ;
196195
197196 insta:: assert_snapshot!( visualize_tree( id. attach( & repo) ) , @r#"
198- 1804f3d
197+ 4c6dc70
199198 ├── .auto-resolution:744efa9
200199 │ ├── base-f:100644:7898192 "a\n"
201200 │ ├── target-2-f:100644:caac8f9 "target 2\n"
@@ -212,7 +211,6 @@ fn single_parent_to_multiple_parents_cp_conflicts() -> Result<()> {
212211 │ ├── base-f:100644:7898192 "a\n"
213212 │ ├── clean-f:100644:8312630 "clean\n"
214213 │ └── target-f:100644:9b1719f "conflict\n"
215- ├── CONFLICT-README.txt:100644:2af04b7 "You have checked out a GitButler Conflicted commit. You probably didn\'t mean to do this."
216214 ├── base-f:100644:7898192 "a\n"
217215 ├── target-2-f:100644:caac8f9 "target 2\n"
218216 └── target-f:100644:eb5a316 "target\n"
@@ -311,7 +309,7 @@ fn multiple_parents_to_single_parent_cp_conflicts() -> Result<()> {
311309
312310 insta:: assert_debug_snapshot!( result, @"
313311 ConflictedCommit(
314- Sha1(28fa7c91af8652f4e69c1e3184f92569a3468a34 ),
312+ Sha1(2d4dcd916020924f2412642b842a791dfea74571 ),
315313 )
316314 " ) ;
317315
@@ -322,7 +320,7 @@ fn multiple_parents_to_single_parent_cp_conflicts() -> Result<()> {
322320 assert_eq ! ( & get_parents( & id. attach( & repo) ) ?, & [ onto] ) ;
323321
324322 insta:: assert_snapshot!( visualize_tree( id. attach( & repo) ) , @r#"
325- 91fe014
323+ 8c4acd1
326324 ├── .auto-resolution:aa3d213
327325 │ ├── base-f:100644:7898192 "a\n"
328326 │ └── target-f:100644:eb5a316 "target\n"
@@ -339,7 +337,6 @@ fn multiple_parents_to_single_parent_cp_conflicts() -> Result<()> {
339337 │ ├── clean-2-f:100644:13e9394 "clean 2\n"
340338 │ ├── clean-f:100644:8312630 "clean\n"
341339 │ └── target-f:100644:9b1719f "conflict\n"
342- ├── CONFLICT-README.txt:100644:2af04b7 "You have checked out a GitButler Conflicted commit. You probably didn\'t mean to do this."
343340 ├── base-f:100644:7898192 "a\n"
344341 └── target-f:100644:eb5a316 "target\n"
345342 "# ) ;
@@ -441,7 +438,7 @@ fn multiple_parents_to_multiple_parents_cp_conflicts() -> Result<()> {
441438
442439 insta:: assert_debug_snapshot!( result, @"
443440 ConflictedCommit(
444- Sha1(2e6cb06fe98780bb8c7a301a522edd98805d1499 ),
441+ Sha1(bf66deb17cc4e84faa063a3253566004aabaf7fe ),
445442 )
446443 " ) ;
447444
@@ -452,7 +449,7 @@ fn multiple_parents_to_multiple_parents_cp_conflicts() -> Result<()> {
452449 assert_eq ! ( & get_parents( & id. attach( & repo) ) ?, & [ onto, onto2] ) ;
453450
454451 insta:: assert_snapshot!( visualize_tree( id. attach( & repo) ) , @r#"
455- 0aeaf79
452+ 1620d95
456453 ├── .auto-resolution:744efa9
457454 │ ├── base-f:100644:7898192 "a\n"
458455 │ ├── target-2-f:100644:caac8f9 "target 2\n"
@@ -471,7 +468,6 @@ fn multiple_parents_to_multiple_parents_cp_conflicts() -> Result<()> {
471468 │ ├── clean-2-f:100644:13e9394 "clean 2\n"
472469 │ ├── clean-f:100644:8312630 "clean\n"
473470 │ └── target-f:100644:9b1719f "conflict\n"
474- ├── CONFLICT-README.txt:100644:2af04b7 "You have checked out a GitButler Conflicted commit. You probably didn\'t mean to do this."
475471 ├── base-f:100644:7898192 "a\n"
476472 ├── target-2-f:100644:caac8f9 "target 2\n"
477473 └── target-f:100644:eb5a316 "target\n"
@@ -688,7 +684,7 @@ fn no_parents_to_single_parent_cp_conflicts() -> Result<()> {
688684
689685 insta:: assert_debug_snapshot!( result, @"
690686 ConflictedCommit(
691- Sha1(28f862257bff139659b763a2c873b8d3f0f780b0 ),
687+ Sha1(2ee47b5cbe2705d5d81f4b4067ef4753d87b3b02 ),
692688 )
693689 " ) ;
694690
@@ -699,7 +695,7 @@ fn no_parents_to_single_parent_cp_conflicts() -> Result<()> {
699695 assert_eq ! ( & get_parents( & id. attach( & repo) ) ?, & [ onto] ) ;
700696
701697 insta:: assert_snapshot!( visualize_tree( id. attach( & repo) ) , @r#"
702- 1267a55
698+ 38edd44
703699 ├── .auto-resolution:aa3d213
704700 │ ├── base-f:100644:7898192 "a\n"
705701 │ └── target-f:100644:eb5a316 "target\n"
@@ -711,7 +707,6 @@ fn no_parents_to_single_parent_cp_conflicts() -> Result<()> {
711707 ├── .conflict-side-1:144e5f5
712708 │ ├── base-f:100644:7898192 "a\n"
713709 │ └── target-f:100644:9b1719f "conflict\n"
714- ├── CONFLICT-README.txt:100644:2af04b7 "You have checked out a GitButler Conflicted commit. You probably didn\'t mean to do this."
715710 ├── base-f:100644:7898192 "a\n"
716711 └── target-f:100644:eb5a316 "target\n"
717712 "# ) ;
@@ -738,7 +733,7 @@ fn cherry_pick_back_to_original_parents_unconflicts() -> Result<()> {
738733
739734 insta:: assert_debug_snapshot!( result, @"
740735 ConflictedCommit(
741- Sha1(2e6cb06fe98780bb8c7a301a522edd98805d1499 ),
736+ Sha1(bf66deb17cc4e84faa063a3253566004aabaf7fe ),
742737 )
743738 " ) ;
744739
@@ -758,7 +753,7 @@ fn cherry_pick_back_to_original_parents_unconflicts() -> Result<()> {
758753
759754 insta:: assert_debug_snapshot!( result, @"
760755 Commit(
761- Sha1(3d7dfa09a071658d3b84eb1ee195ea0ebfeb601f ),
756+ Sha1(2a307db18bf263e3a802ac71282c5d8016ea75a1 ),
762757 )
763758 " ) ;
764759
0 commit comments