mirror of
https://github.com/frej/fast-export.git
synced 2025-11-03 17:55:49 +01:00
The port to Python 3 in b961f146 changed `repo.branchmap().iteritems()`
to use `.items()` instead. However, the object returned by mercurial
isn't a dictionary and its `.items()` method was only introduced (as an
alias for `iteritems`) in hg 5.1. `iteritems()` still exists, so let's
keep using it for now to retain compatibility with hg < 5.1.
25 KiB
Executable File
25 KiB
Executable File