Closed
Bug 1490513
Opened 7 years ago
Closed 5 years ago
Details for errors are not formatted in a user friendly manner
Categories
(Conduit Graveyard :: Transplant, enhancement, P3)
Conduit Graveyard
Transplant
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: glandium, Unassigned)
References
Details
(Keywords: conduit-triaged)
I tried to land something and was presented with a conflict error, that looked like:
Details: We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again. (255, 'applying /tmp/tmpYn0E71\npatching file build/unix/mozconfig.linux\nHunk #1 FAILED at 6\nHunk #2 FAILED at 18\n2 out of 2 hunks FAILED -- saving rejects to file build/unix/mozconfig.linux.rej\nabort: patch failed to apply', '')
transplant is generating these errors; we can do better here.
i propose:
- change of wording to remove "autoland"
- use multiple lines and expand hg output (may require lando ui work to ensure it displays correctly)
- remove "applying" line from hg output
- remove "-- saving rejects to file" from FAILED line
> We're sorry, we could not land your commits for you automatically.
> Please manually rebase your commits and try again.
>
> Details:
>
> patching file build/unix/mozconfig.linux
> Hunk #1 FAILED at 6
> Hunk #2 FAILED at 18
> 2 out of 2 hunks FAILED
> abort: patch failed to apply
Component: Lando → Transplant
Keywords: conduit-triaged
Updated•1 year ago
|
Product: Conduit → Conduit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•