Remove useless comments from git bash wrappers.

R=iannucci@chromium.org

Review URL: https://codereview.chromium.org/621783002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292379 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
agable@chromium.org
2014-10-09 07:49:39 +00:00
parent e3a3fd45aa
commit 4f52c9e114
18 changed files with 0 additions and 48 deletions

View File

@@ -3,8 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_reparent_branch.py -- Change the parent (upstream) branch of the current
# branch. Afterwards, run a `git rebase-update` cycle to ensure that all
# branches correctly reflect their parentage.
. $(type -P python_git_runner.sh)