[email protected] | ec238db | 2014-06-02 20:39:42 | [diff] [blame] | 1 | #!/usr/bin/env bash |
[email protected] | bbb4665 | 2011-06-14 18:30:26 | [diff] [blame] | 2 | # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
[email protected] | 6f943c2 | 2009-09-01 00:41:14 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style license that can be |
4 | # found in the LICENSE file. | ||||
[email protected] | 565db0e | 2009-06-05 18:08:54 | [diff] [blame] | 5 | |
[email protected] | f52a605 | 2014-03-11 05:10:01 | [diff] [blame] | 6 | # git_try.py - Commits a patch to the SVN try patch repo. |
7 | # It is highly recommended to use `git cl try` instead. | ||||
[email protected] | 82f2c08 | 2009-12-08 21:25:37 | [diff] [blame] | 8 | |
[email protected] | f52a605 | 2014-03-11 05:10:01 | [diff] [blame] | 9 | . $(type -P python_git_runner.sh) |