Page MenuHomePhabricator

Arc output the correct action being taken
ClosedPublic

Authored by guywarner on Jan 28 2014, 3:24 PM.
Tags
None
Referenced Files
F14759022: D8085.id.diff
Wed, Jan 22, 11:06 AM
Unknown Object (File)
Sun, Jan 19, 6:02 PM
Unknown Object (File)
Sat, Jan 18, 2:04 AM
Unknown Object (File)
Dec 17 2024, 6:20 AM
Unknown Object (File)
Dec 15 2024, 3:53 PM
Unknown Object (File)
Dec 4 2024, 2:55 AM
Unknown Object (File)
Nov 28 2024, 8:18 PM
Unknown Object (File)
Nov 28 2024, 8:17 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
Restricted Maniphest Task
Commits
rARC14f2f7fdd204: Arc output the correct action being taken
Summary

Refs T3929 - If arc is merging it will say merging * into * vs always saying rebasing * onto *

Test Plan

Make arc do a rebase, then a merge

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Won't this make it print out both messages? i.e., it will print:

Rebasing..
Merging...

Am I just crazy? I just woke up so let me know if I'm just misreading.

src/workflow/ArcanistLandWorkflow.php
604

I'd expect that the rebase message should go above this line.

guywarner updated this revision to Unknown Object (????).Jan 28 2014, 4:53 PM

That's what happens after I try to do a quick ticket after just waking up.

Moved the rebase echo below if (shouldUpdatewithRebase).

Whew, glad I'm not going crazy. Thanks!