Fixes T6264, I assume this is correct after grepping through the codebase.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T6264: Check for CURLFile is broken in HTTPSFuture
- Commits
- rPHU160eeba602bf: Set autoload to false on CURLFile in HTTPSFuture
Reload in sandbox, eyeball text, not sure what else to do.
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Strange. No idea where I landed this, but arc did close the branch.
Landing current branch 'class-exists'. Switched to branch master. Updating branch... The following commit(s) will be landed: e9be1b0 Set autoload to false on CURLFile in HTTPSFuture Switched to branch class-exists. Identifying and merging... Landing revision 'D10650: Set autoload to false on CURLFile in HTTPSFuture'... BUILDS PASSED Harbormaster builds for the active diff completed successfully. Merging class-exists into master Already up-to-date. Pushing change... Counting objects: 11, done. Delta compression using up to 8 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 728 bytes | 0 bytes/s, done. Total 6 (delta 5), reused 0 (delta 0) remote: This repository moved. Please use the new location: remote: https://github.com/phacility/libphutil.git To git@github.com:facebook/libphutil.git 984269c..160eeba master -> master Cleaning up feature branch... (Use `git checkout -b 'class-exists' 'e9be1b0190b4b29cf10606807b11f6f3cd9b6f4c'` if you want it back.) Done.
Do I just check it out again and land to secure?
Comment Actions
You pushed to GitHub, and then Phabricator immediately wiped out your changes by mirroring.
Use git remote set-url origin ssh://dweller@secure.phabricator.com/diffusion/PHU/libphutil.git in your libphutil/, then git push if you still have the commit.
If you don't still have it, do arc patch --nobranch D10650, then git push.