Home GnuPG

Fix an issue with "arc nrabch"
083127c4cc5aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix an issue with "arc nrabch"

Summary:
Fixes a minor issue from D14034. PHP doesn't like clone null;, and if you type a nonsense command like arc nbrhch (as I frequently do) we try to clone null here.

Instead, just return null; if no workflow matches. Clone otherwise.

Test Plan:

  • Ran arc nbrhcanc
  • Ran arc branch

Reviewers: BYK, chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D14112

Details

Provenance
epriestley <git@epriestley.com>Authored on Sep 15 2015, 8:14 PM
Parents
rARC61fa644c4eb0: Prevent caching of workflows
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rARC083127c4cc5a: Fix an issue with "arc nrabch" (authored by epriestley <git@epriestley.com>).Sep 15 2015, 8:14 PM