You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conflicts: clarify where patch conflicts originate and how to fix them (Bug 1861534) (#183)
Clarify the wording of the patch conflicts error message so it is more
obvious where the issue is arising from. Also add a hint that rebasing
your patches on the latest revision from the landing repo may fix the
problem.
Copy file name to clipboardexpand all lines: landoui/templates/stack/partials/timeline.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@
23
23
</p>
24
24
{% if transplant.error_breakdown %}
25
25
{% set reject_paths = transplant.error_breakdown.reject_paths %}
26
-
<p>The following files have a conflict with <ahref="{{ transplant.error_breakdown.revision_id|revision_url() }}">revision D{{ transplant.error_breakdown.revision_id }}</a>:</p>
26
+
<p>While applying <ahref="{{ transplant.error_breakdown.revision_id|revision_url() }}">revision D{{ transplant.error_breakdown.revision_id }}</a> to {{ transplant.tree }}, the following files had conflicts:</p>
27
+
<p>(Hint: try rebasing your changes on the latest commits from {{ transplant.tree }} and re-submitting.)</p>
27
28
<divclass="content">
28
29
<ul>
29
30
{% for path in transplant.error_breakdown.failed_paths if path.path in reject_paths %}
0 commit comments