Submitter | phabricator |
---|---|
Date | Feb. 18, 2018, 2:17 p.m. |
Message ID | <00ee4bd3b338b2658578d02b0a7ee206@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28096/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-walk.t b/tests/test-walk.t --- a/tests/test-walk.t +++ b/tests/test-walk.t @@ -519,7 +519,7 @@ $ cd t $ echo fennel > overflow.list - $ $PYTHON -c "for i in xrange(20000 / 100): print 'x' * 100" >> overflow.list + $ $PYTHON -c "for i in range(20000 / 100): print 'x' * 100" >> overflow.list $ echo fenugreek >> overflow.list $ hg debugwalk 'listfile:overflow.list' 2>&1 | egrep -v '(^matcher: |^xxx)' f fennel fennel exact