Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: git-upstream-diff

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: minor fixes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: git-upstream-diff
diff --git a/git-cl b/git-upstream-diff
similarity index 64%
copy from git-cl
copy to git-upstream-diff
index 7b17d25bee415ca610d6b23fe5034900cf046ef9..bb4c206734a809cf48d31893b28155f80b9f472c 100755
--- a/git-cl
+++ b/git-upstream-diff
@@ -3,7 +3,7 @@
# 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_upstream_diff.py -- Provide the diff between the current branch and its
+# upstream.
. $(type -P python_git_runner.sh)

Powered by Google App Engine
This is Rietveld 408576698