Page MenuHomePhabricator

Fixed typo on Releeph product query dropdown.
ClosedPublic

Authored by CodeMouse92 on May 18 2015, 5:39 PM.
Tags
None
Referenced Files
F13142342: D12904.diff
Fri, May 3, 6:01 AM
Unknown Object (File)
Tue, Apr 30, 2:40 AM
Unknown Object (File)
Thu, Apr 25, 1:00 AM
Unknown Object (File)
Tue, Apr 16, 4:01 AM
Unknown Object (File)
Mon, Apr 8, 1:14 PM
Unknown Object (File)
Apr 2 2024, 6:03 AM
Unknown Object (File)
Mar 22 2024, 6:51 PM
Unknown Object (File)
Mar 22 2024, 6:51 PM
Subscribers

Details

Summary

Changed "Active Prodcuts" to "Active Products" on Releeph Product Query dropdown.

(Incidentally, this is my first diff on Phabricator proper, so I hope I got it right. I'm used to SVN, not Git.)

Test Plan

Make sure the change is there and didn't bork anything else.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

CodeMouse92 retitled this revision from to Fixed typo on Releeph product query dropdown..
CodeMouse92 updated this object.
CodeMouse92 edited the test plan for this revision. (Show Details)
CodeMouse92 added reviewers: chad, epriestley.
epriestley edited edge metadata.

Follow the instructions in the lint message to clear lint. They are your fault, and the very first part of the message explains how to resolve them.

This revision now requires changes to proceed.May 19 2015, 1:52 PM
CodeMouse92 edited edge metadata.

Added shebang to file, as requested...?

epriestley edited edge metadata.

Sorry, get rid of the shebang. The shebang warning is because the file is +x in your environment for some reason; it should not be. It is not +x in the repository.

Anyway, this is close enough. I'll fix it in the pull.

This revision is now accepted and ready to land.May 19 2015, 4:59 PM

Ah, thanks for the clarification. I knew something wasn't right.

(I'm near totally unfamiliar with Git. I always use SVN.) I ran arc land 'master' as instructed at the top, and it failed with

You can not land a branch onto itself -- you are trying to land 'master' onto 'master'. For more information on how to push changes, see 'Pushing and Closing Revisions' in 'Arcanist User Guide: arc diff' in the documentation. You may be able to 'arc amend' instead.

So, I ran arc amend, and that said

Amending commit message to reflect revision D12904: Fixed typo on Releeph product query dropdown..

...but did not apparently commit. Repeated both, same results. The Arcanist User Guide tells me nothing additional. I'm lost.

This revision was automatically updated to reflect the committed changes.

You don't have commit rights to the repository. I've pulled the change, I just had a few other things come up.

Ah, okay, well that explains that. I'm still getting my bearings around here, as my own workflows are muscle memory. Thank you!