D5673: py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t

2019-01-25 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGdafd13c7237b: py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercur

D5673: py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t

2019-01-24 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY dict.iteritems() is not present on Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5673 AFFECTED FILES tests/test-lfs-serv