reset and remove non-relevant changes
AbandonedPublic

Authored by gregormi on Feb 15 2018, 8:41 AM.

Details

Reviewers
None
Summary

fix

Diff Detail

Repository
R166 Spectacle
Branch
aaa
Lint
No Linters Available
Unit
No Unit Test Coverage
gregormi requested review of this revision.Feb 15 2018, 8:41 AM
gregormi created this revision.
gregormi abandoned this revision.Feb 15 2018, 8:42 AM

Tried to use another branch to update an existing revision. Failed.

rkflx added a subscriber: rkflx.Feb 15 2018, 12:21 PM

Tried to use another branch to update an existing revision. Failed.

You can check with arc which what Arcanist will do before peforming the actual upload with arc diff.

Also, grep arc help diff for --update revision_id, which should've helped in your case.

Tried to use another branch to update an existing revision. Failed.

You can check with arc which what Arcanist will do before peforming the actual upload with arc diff.

Also, grep arc help diff for --update revision_id, which should've helped in your case.

Thanks. I'll try that next time. Meanwhile I added those hints here: https://community.kde.org/Infrastructure/Phabricator#Look_before_you_diff

Thanks, that's the spirit!


"Please to that in a separate commit"
TODO: Is there a special arc command to do that or does it mean to manually post a separate patch to Phabricator?

Not time to figure out the exact commands ATM, but perhaps something with chunk-based interactive rebase, put it in the stash, update old revision, create new revision from stash. Or cherry-picking for separate commits. Or plain old copy-and-paste ;)