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
@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# git_map_branches.py -- a git-command for presenting a graphical view of git
-# branches in the current repo, and their relationships to each other.
-
. $(type -P python_git_runner.sh)
@@ -3,6 +3,4 @@
-# git_cache.py - a git-command for managing local caches of remote repositories.
-# git_cherry_pick_upload.py -- Upload a cherry pick CL to rietveld.
-# git_cl.py -- a git-command for integrating reviews on Rietveld
-# Copyright (C) 2008 Evan Martin <martine@danga.com>
-# git_footers.py -- Extract the conventional footers associated with a commit.
@@ -3,9 +3,6 @@
-# git_freezer.py freeze -- a git-command to suspend all existing working
-# directory modifications. This can be reversed with the 'git thaw' command.
SCRIPT=git_freezer.py
set -- freeze "$@"
-# git_map.py -- a git-command for presenting a graphical view of the git
-# history.
. $(type -P python_git_runner.sh) | less -R
-# git_mark_merge_base.py -- Manually set the merge base for the current branch.
-# git_nav_downstream.py -- a git-command to navigate to a downstream branch.
-# a git-command to navigate to the upstream branch.
git checkout '@{u}'
-# git_new_branch.py -- Create a new branch which tracks the default upstream
-# (origin/master).
-# git_number.py - a git-command for calculating and displaying the generation
-# number of a commit.
-# git_rebase_update.py -- Update remote sources, and use rebase to update all
-# branches in this repo.
-# git_rename_branch.py -- Rename the current branch, correctly updating the
-# upstream branch of all the downstream branches.
@@ -3,8 +3,4 @@
-# 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.
SCRIPT=git_retry.py
set -- retry "$@"
-# git_squash_branch.py -- Collapses the current branch to a single commit.