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

Unified Diff: git_new_branch.py

Issue 261843002: Add newline to git-new-branch output. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_new_branch.py
diff --git a/git_new_branch.py b/git_new_branch.py
index 810aa02e1b6a167c1a5e5af5a60bb6acfaa2d056..6c3f39f7e66fae40ab915f93b868fa35a968ff93 100755
--- a/git_new_branch.py
+++ b/git_new_branch.py
@@ -46,7 +46,7 @@ def main(args):
sys.stdout.write(cpe.stdout)
sys.stderr.write(cpe.stderr)
return 1
- sys.stderr.write('Switched to branch %s.' % opts.branch_name)
+ sys.stderr.write('Switched to branch %s.\n' % opts.branch_name)
if __name__ == '__main__': # pragma: no cover
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698