wiz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches.
REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11816 AFFECTED FILES tests/test-fix.t CHANGE DETAILS diff --git a/tests/test-fix.t b/tests/test-fix.t --- a/tests/test-fix.t +++ b/tests/test-fix.t @@ -1795,10 +1795,10 @@ > --config "fix.log:pattern=glob:**.log" $ cat $LOGFILE | sort | uniq -c - 4 bar.log - 4 baz.log - 3 foo.log - 2 qux.log + \s*4 bar.log (re) + \s*4 baz.log (re) + \s*3 foo.log (re) + \s*2 qux.log (re) $ cd .. To: wiz, #hg-reviewers Cc: mercurial-patches, mercurial-devel _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel