Page MenuHomePhabricator

Set autoload to false on CURLFile in HTTPSFuture
ClosedPublic

Authored by chad on Oct 7 2014, 6:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 3:46 PM
Unknown Object (File)
Wed, Apr 24, 11:44 PM
Unknown Object (File)
Sat, Apr 20, 10:23 AM
Unknown Object (File)
Thu, Apr 18, 10:19 PM
Unknown Object (File)
Thu, Apr 11, 8:00 AM
Unknown Object (File)
Feb 10 2024, 2:02 PM
Unknown Object (File)
Feb 2 2024, 5:10 PM
Unknown Object (File)
Feb 1 2024, 1:34 PM
Subscribers

Details

Summary

Fixes T6264, I assume this is correct after grepping through the codebase.

Test Plan

Reload in sandbox, eyeball text, not sure what else to do.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Set autoload to false on CURLFile in HTTPSFuture.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Oct 7 2014, 6:14 PM

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?

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.

This revision was automatically updated to reflect the committed changes.