commit | b4e50e67e84cccd34a9759d2414c7215d657659a | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Tue Oct 21 18:03:53 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 21 18:03:55 2014 +0000 |
tree | 0b6cca46b9bbab16a56e92778d6abc2c4bf5ee16 | |
parent | 0936aeab2ca7553a40d6cc7aa9a13bb083949e10 [diff] | |
parent | 14e134da02f3c050c9a6ec31242b45e27bdf4821 [diff] |
Merge "upload: report names of uncommitted files"
diff --git a/subcmds/download.py b/subcmds/download.py index 098d8b4..a029462 100644 --- a/subcmds/download.py +++ b/subcmds/download.py
@@ -93,6 +93,7 @@ except GitError: print('[%s] Could not complete the cherry-pick of %s' \ % (project.name, dl.commit), file=sys.stderr) + sys.exit(1) elif opt.revert: project._Revert(dl.commit)