blob: e2082a43c776ee330eac87599745f6ff6cf0d70e [file] [log] [blame]
r.c.ladan@gmail.comec238db2014-06-02 20:39:42 +00001#!/usr/bin/env bash
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00002# Copyright (c) 2014 The Chromium Authors. All rights reserved.
maruel@chromium.org565db0e2009-06-05 18:08:54 +00003# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00006# git_cl.py -- a git-command for integrating reviews on Rietveld
maruel@chromium.org2a74d372011-03-29 19:05:50 +00007# Copyright (C) 2008 Evan Martin <martine@danga.com>
8
iannucci@chromium.orgf52a6052014-03-11 05:10:01 +00009. $(type -P python_git_runner.sh)