Show More
@@ -451,6 +451,7 b' test-tags.t' | |||||
451 | test-template-engine.t |
|
451 | test-template-engine.t | |
452 | test-treemanifest.t |
|
452 | test-treemanifest.t | |
453 | test-ui-color.py |
|
453 | test-ui-color.py | |
|
454 | test-ui-verbosity.py | |||
454 | test-unamend.t |
|
455 | test-unamend.t | |
455 | test-uncommit.t |
|
456 | test-uncommit.t | |
456 | test-unified-test.t |
|
457 | test-unified-test.t |
@@ -38,9 +38,9 b' for i in xrange(64):' | |||||
38 |
|
38 | |||
39 | u = uimod.ui.load() |
|
39 | u = uimod.ui.load() | |
40 | if cmd_quiet or cmd_debug or cmd_verbose: |
|
40 | if cmd_quiet or cmd_debug or cmd_verbose: | |
41 | u.setconfig('ui', 'quiet', str(bool(cmd_quiet))) |
|
41 | u.setconfig(b'ui', b'quiet', pycompat.bytestr(bool(cmd_quiet))) | |
42 | u.setconfig('ui', 'verbose', str(bool(cmd_verbose))) |
|
42 | u.setconfig(b'ui', b'verbose', pycompat.bytestr(bool(cmd_verbose))) | |
43 | u.setconfig('ui', 'debug', str(bool(cmd_debug))) |
|
43 | u.setconfig(b'ui', b'debug', pycompat.bytestr(bool(cmd_debug))) | |
44 |
|
44 | |||
45 | check = '' |
|
45 | check = '' | |
46 | if u.debugflag: |
|
46 | if u.debugflag: |
General Comments 0
You need to be logged in to leave comments.
Login now