@@ -68,7 +68,7 @@ fn remote_ahead_fast_forwardable() -> anyhow::Result<()> {
68
68
],
69
69
commits_outside: None,
70
70
metadata: Branch,
71
- push_status: NothingToPush ,
71
+ push_status: UnpushedCommitsRequiringForce ,
72
72
base: "c166d42",
73
73
},
74
74
],
@@ -127,7 +127,7 @@ fn remote_ahead_fast_forwardable() -> anyhow::Result<()> {
127
127
],
128
128
commits_outside: None,
129
129
metadata: Branch,
130
- push_status: NothingToPush ,
130
+ push_status: UnpushedCommitsRequiringForce ,
131
131
base: "c166d42",
132
132
},
133
133
],
@@ -190,7 +190,7 @@ fn remote_ahead_fast_forwardable() -> anyhow::Result<()> {
190
190
],
191
191
commits_outside: None,
192
192
metadata: Branch,
193
- push_status: NothingToPush ,
193
+ push_status: UnpushedCommitsRequiringForce ,
194
194
base: "c166d42",
195
195
},
196
196
],
@@ -2628,7 +2628,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2628
2628
],
2629
2629
commits_outside: None,
2630
2630
metadata: "None",
2631
- push_status: NothingToPush ,
2631
+ push_status: UnpushedCommitsRequiringForce ,
2632
2632
base: "c166d42",
2633
2633
},
2634
2634
],
@@ -2666,7 +2666,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2666
2666
],
2667
2667
commits_outside: None,
2668
2668
metadata: "None",
2669
- push_status: NothingToPush ,
2669
+ push_status: UnpushedCommitsRequiringForce ,
2670
2670
base: "c166d42",
2671
2671
},
2672
2672
],
@@ -2738,7 +2738,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2738
2738
],
2739
2739
commits_outside: None,
2740
2740
metadata: "None",
2741
- push_status: NothingToPush ,
2741
+ push_status: UnpushedCommitsRequiringForce ,
2742
2742
base: "c166d42",
2743
2743
},
2744
2744
],
@@ -2776,7 +2776,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2776
2776
],
2777
2777
commits_outside: None,
2778
2778
metadata: "None",
2779
- push_status: NothingToPush ,
2779
+ push_status: UnpushedCommitsRequiringForce ,
2780
2780
base: "c166d42",
2781
2781
},
2782
2782
],
@@ -2848,7 +2848,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2848
2848
],
2849
2849
commits_outside: None,
2850
2850
metadata: "None",
2851
- push_status: NothingToPush ,
2851
+ push_status: UnpushedCommitsRequiringForce ,
2852
2852
base: "c166d42",
2853
2853
},
2854
2854
],
@@ -2886,7 +2886,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2886
2886
],
2887
2887
commits_outside: None,
2888
2888
metadata: "None",
2889
- push_status: NothingToPush ,
2889
+ push_status: UnpushedCommitsRequiringForce ,
2890
2890
base: "c166d42",
2891
2891
},
2892
2892
],
@@ -2959,7 +2959,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2959
2959
],
2960
2960
commits_outside: None,
2961
2961
metadata: "None",
2962
- push_status: NothingToPush ,
2962
+ push_status: UnpushedCommitsRequiringForce ,
2963
2963
base: "c166d42",
2964
2964
},
2965
2965
],
@@ -2997,7 +2997,7 @@ fn multiple_branches_with_shared_segment() -> anyhow::Result<()> {
2997
2997
],
2998
2998
commits_outside: None,
2999
2999
metadata: "None",
3000
- push_status: NothingToPush ,
3000
+ push_status: UnpushedCommitsRequiringForce ,
3001
3001
base: "c166d42",
3002
3002
},
3003
3003
],
0 commit comments