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

Unified Diff: git_upstream_diff.py

Issue 311243003: Make git-freeze bail out if the user has too much untracked data. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Address comments Created 6 years, 6 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
« no previous file with comments | « git_rebase_update.py ('k') | man/html/git-freeze.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_upstream_diff.py
diff --git a/git_upstream_diff.py b/git_upstream_diff.py
index 9d9db95fd5d64bb1703f15dd38aa6c9270565370..88fc335c3c7468766188ca6b3891ee9c834c9d6f 100755
--- a/git_upstream_diff.py
+++ b/git_upstream_diff.py
@@ -11,7 +11,7 @@ import subprocess2
import git_common as git
def main(args):
- default_args = git.config_list('depot-tools.upstream-diff.default-args')
+ default_args = git.get_config_list('depot-tools.upstream-diff.default-args')
args = default_args + args
parser = argparse.ArgumentParser()
« no previous file with comments | « git_rebase_update.py ('k') | man/html/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698