comparison tests/test-issue1802.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 7a9cbb315d84
children eb586ed5d8ce
comparison
equal deleted inserted replaced
25124:d08a13215d1a 25125:bd625cd4e5e7
56 b 56 b
57 resolving manifests 57 resolving manifests
58 branchmerge: True, force: False, partial: False 58 branchmerge: True, force: False, partial: False
59 ancestor: a03b0deabf2b, local: d6fa54f68ae1+, remote: 2d8bcf2dda39 59 ancestor: a03b0deabf2b, local: d6fa54f68ae1+, remote: 2d8bcf2dda39
60 a: update permissions -> e 60 a: update permissions -> e
61 updating: a 1/1 files (100.00%)
62 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 61 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
63 (branch merge, don't forget to commit) 62 (branch merge, don't forget to commit)
64 63
65 Simulate a Windows commit: 64 Simulate a Windows commit:
66 65