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

Unified Diff: git_cl.py

Issue 118613003: git_cl.py: In the "status" command, add space after the branch name. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix tests (maybe?) Created 7 years 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 | tests/basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index d01c354169f691a96da77c650b10abea18b5edf0..da3808a8b7f79ed9528a70a2548f99a2a6eda23a 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -1228,7 +1228,7 @@ def CMDstatus(parser, args):
if not sys.stdout.isatty():
color = ''
reset = ''
- print ' %*s: %s%s%s' % (
+ print ' %*s : %s%s%s' % (
alignment, ShortBranchName(branch), color, issue, reset)
cl = Changelist()
« no previous file with comments | « no previous file | tests/basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698