Chromium Code Reviews

Unified Diff: git-merge-base-tag

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: one more argparse Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | git-new-branch » ('j') | git-reparent-branch » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-merge-base-tag
diff --git a/git-cl b/git-merge-base-tag
similarity index 64%
copy from git-cl
copy to git-merge-base-tag
index 7b17d25bee415ca610d6b23fe5034900cf046ef9..5f1deb5e14ca50b83e8bceb54893afe077f785d7 100755
--- a/git-cl
+++ b/git-merge-base-tag
@@ -3,7 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# git_cl.py -- a git-command for integrating reviews on Rietveld
-# Copyright (C) 2008 Evan Martin <martine@danga.com>
+# git_merge_base_tag.py -- Manually set the merge base for the current branch.
. $(type -P python_git_runner.sh)
« no previous file with comments | « no previous file | git-new-branch » ('j') | git-reparent-branch » ('J')

Powered by Google App Engine