comparison tests/test-clone.t @ 25125:bd625cd4e5e7

progress: get the extremely verbose output out of default debug When the progress extension is not enabled, each call to 'ui.progress' used to issue a debug message. This results is a very verbose output and often redundant in tests. Dropping it makes tests less volatile to factor they do not meant to test. We had to alter the sed trick in 'test-rename-merge2.t'. Sed is used to drop all output from a certain point and hidding the progress output remove its anchor. So we anchor on something else.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 09 May 2015 23:40:40 -0700
parents 82fddb3d6bc0
children aa36204766e4
comparison
equal deleted inserted replaced
25124:d08a13215d1a 25125:bd625cd4e5e7
62 [255] 62 [255]
63 63
64 No update, with debug option: 64 No update, with debug option:
65 65
66 #if hardlink 66 #if hardlink
67 $ hg --debug clone -U . ../c 67 $ hg --debug clone -U . ../c --config progress.debug=true
68 linking: 1 68 linking: 1
69 linking: 2 69 linking: 2
70 linking: 3 70 linking: 3
71 linking: 4 71 linking: 4
72 linking: 5 72 linking: 5