Sha256: 1ba4bff0687cb46a4343433e8a37f04337a58f89d01f1fd91a2f51ac787bb790

Contents?: true

Size: 761 Bytes

Versions: 53

Compression:

Stored size: 761 Bytes

Contents

#!/usr/bin/env bash
. git-drover.demo.common.sh

echo "# Make sure we have the most up-to-date branch sources."
run git fetch
echo
echo "# Checkout the branch with the change we want to revert."
run git checkout -b drover_9999 branch-heads/9999
echo
drover_c "This change is horribly broken."
echo "# Here's the commit we want to revert."
run git log -n 1
echo
echo "# Now do the revert."
silent git revert --no-edit $(git show-ref -s pick_commit)
pcommand git revert $(git show-ref -s pick_commit)
echo
echo "# That reverted the change and committed the revert."
run git log -n 1
echo
echo "# As with old drover, reverts are generally OK to commit without LGTM."
pcommand git cl upload -r some.committer@chromium.org --send-mail
run git cl land --bypass-hooks

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
libv8-8.4.255.0.1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-8.4.255.0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.8.279.23.0beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.4.288.28.0beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.3.492.27.3beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.3.492.27.1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.3.492.27.0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-7.3.492.27.0beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.7.288.46.1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.7.288.46.0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.7.288.46.1beta0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.3.292.48.1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.3.292.48.0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.3.292.48.0beta2 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.3.292.48.0beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.2.414.42.1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.2.414.42.0 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.2.414.42.0beta1 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.0.286.54.3 vendor/depot_tools/man/src/git-drover.demo.2.sh
libv8-6.0.286.54.2 vendor/depot_tools/man/src/git-drover.demo.2.sh