Comment 4 for bug 1547180

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to git-upstream (master)

Reviewed: https://review.openstack.org/377914
Committed: https://git.openstack.org/cgit/openstack/git-upstream/commit/?id=5f4038e2682fa9f728f2e4d671cab20a02b08d52
Submitter: Jenkins
Branch: master

commit 5f4038e2682fa9f728f2e4d671cab20a02b08d52
Author: Darragh Bailey <email address hidden>
Date: Tue Sep 27 16:47:28 2016 +0100

    Allow SHA1 as reference for inputs

    Support specifying upstream and additional branches to import via
    SHA1s.

    Check for pattern character '*' in provided patterns to determine which
    to treat as patterns and which as explicit revisions.

    Include additional test function to check converting all refs to SHA1s
    as input, and an additional scenario to check passing in a relative ref
    using '~' to pick a different commit to the head of the branch.

    Change-Id: Ie6ad695a34307d96b95f81b017ba9f190bc258dc
    Partial-Bug: #1547180