Page MenuHomePhabricator

Improve Drydock errors for empty commits and missing changes
ClosedPublic

Authored by epriestley on Mar 6 2016, 11:37 PM.
Tags
None
Referenced Files
F14055600: D15420.diff
Sat, Nov 16, 1:42 PM
F14044336: D15420.diff
Tue, Nov 12, 3:49 PM
F14026819: D15420.diff
Fri, Nov 8, 2:36 AM
F14004079: D15420.id.diff
Sat, Oct 26, 3:00 PM
F13987454: D15420.id37174.diff
Mon, Oct 21, 9:33 AM
Unknown Object (File)
Oct 9 2024, 3:14 AM
Unknown Object (File)
Oct 1 2024, 3:23 PM
Unknown Object (File)
Sep 14 2024, 9:41 AM

Details

Summary

Ref T10093. Show better errors when a commit fails because it has already been merged and when a fetch fails because the ref isn't present in the remote.

Test Plan

Screen Shot 2016-03-06 at 3.27.56 PM.png (595×1 px, 91 KB)

Screen Shot 2016-03-06 at 3.32.13 PM.png (515×1 px, 96 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve Drydock errors for empty commits and missing changes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

we've been wondering for about a month now why on earth this would happen when no error output is produced

'git fetch %s && '.
'git checkout --force -B %s %s && '.
'git reset --hard %s && '.
'git clean -f -f -d -x',

amazing

So that was our "foolproof" method of totally nuking and resetting the contents of a workspace before leasing it out again, and ironically, it does work all of the time, unless there is nothing to change about it.

chad edited edge metadata.

noidea

This revision is now accepted and ready to land.Mar 7 2016, 4:32 AM
This revision was automatically updated to reflect the committed changes.