summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 7aaa7f17..eeadc70d 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -279,14 +279,14 @@ to update the working directory files.
279 print() 279 print()
280 print("Testing colorized output (for 'repo diff', 'repo status'):") 280 print("Testing colorized output (for 'repo diff', 'repo status'):")
281 281
282 for c in ['black','red','green','yellow','blue','magenta','cyan']: 282 for c in ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan']:
283 out.write(' ') 283 out.write(' ')
284 out.printer(fg=c)(' %-6s ', c) 284 out.printer(fg=c)(' %-6s ', c)
285 out.write(' ') 285 out.write(' ')
286 out.printer(fg='white', bg='black')(' %s ' % 'white') 286 out.printer(fg='white', bg='black')(' %s ' % 'white')
287 out.nl() 287 out.nl()
288 288
289 for c in ['bold','dim','ul','reverse']: 289 for c in ['bold', 'dim', 'ul', 'reverse']:
290 out.write(' ') 290 out.write(' ')
291 out.printer(fg='black', attr=c)(' %-6s ', c) 291 out.printer(fg='black', attr=c)(' %-6s ', c)
292 out.nl() 292 out.nl()