comparison tests/test-largefiles-misc.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 1ef96a3b8b89
children 6084926366b9
comparison
equal deleted inserted replaced
25124:d08a13215d1a 25125:bd625cd4e5e7
661 b1 661 b1
662 b2 662 b2
663 663
664 $ hg -R clone2 cat -r 1 clone2/.hglf/b 664 $ hg -R clone2 cat -r 1 clone2/.hglf/b
665 89e6c98d92887913cadf06b2adb97f26cde4849b 665 89e6c98d92887913cadf06b2adb97f26cde4849b
666 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug 666 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug --config progress.debug=true
667 comparing with $TESTTMP/issue3651/src (glob) 667 comparing with $TESTTMP/issue3651/src (glob)
668 query 1; heads 668 query 1; heads
669 searching for changes 669 searching for changes
670 all remote heads known locally 670 all remote heads known locally
671 1:1acbe71ce432 671 1:1acbe71ce432
716 716
717 $ hg -R clone2 cat -r 3 clone2/.hglf/b 717 $ hg -R clone2 cat -r 3 clone2/.hglf/b
718 c801c9cfe94400963fcb683246217d5db77f9a9a 718 c801c9cfe94400963fcb683246217d5db77f9a9a
719 $ hg -R clone2 cat -r 4 clone2/.hglf/b 719 $ hg -R clone2 cat -r 4 clone2/.hglf/b
720 13f9ed0898e315bf59dc2973fec52037b6f441a2 720 13f9ed0898e315bf59dc2973fec52037b6f441a2
721 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug 721 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug --config progress.debug=true
722 comparing with $TESTTMP/issue3651/src (glob) 722 comparing with $TESTTMP/issue3651/src (glob)
723 query 1; heads 723 query 1; heads
724 searching for changes 724 searching for changes
725 all remote heads known locally 725 all remote heads known locally
726 1:1acbe71ce432 726 1:1acbe71ce432
768 4:233f12ada4ae 768 4:233f12ada4ae
769 5:036794ea641c 769 5:036794ea641c
770 largefiles to upload (2 entities): 770 largefiles to upload (2 entities):
771 b 771 b
772 772
773 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug 773 $ hg -R clone2 outgoing --large -T "{rev}:{node|short}\n" --debug --config progress.debug=true
774 comparing with $TESTTMP/issue3651/src (glob) 774 comparing with $TESTTMP/issue3651/src (glob)
775 query 1; heads 775 query 1; heads
776 searching for changes 776 searching for changes
777 all remote heads known locally 777 all remote heads known locally
778 2:6095d0695d70 778 2:6095d0695d70