This is an archive of the discontinued Mercurial Phabricator instance.

tests: update test expectations in pre-2.7.9 branch of this test
ClosedPublic

Authored by durin42 on Aug 3 2018, 3:09 PM.

Details

Summary

As far as I can tell this is the only spot that got overlooked. Rough
test methodology (run inside an hg working copy):

docker run --rm -v pwd:/hg -it debian:wheezy bash
apt-get update
apt-get install python python-dev build-essential unzip mercurial \

wget libbz2-dev

make testpy-2.7.8

You could try and use the system Python, but it's 2.7.3 and has lots
of issues for hg these days that are not worth fixing.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Aug 3 2018, 3:09 PM
martinvonz accepted this revision.Aug 3 2018, 3:34 PM
martinvonz added a subscriber: martinvonz.

Queued for stable, thanks.

This revision is now accepted and ready to land.Aug 3 2018, 3:34 PM
This revision was automatically updated to reflect the committed changes.