Mercurial > public > mercurial-scm > hg-stable
diff hgext/phabricator.py @ 52899:b8da7eed1657
pycompat: backed out changeset e02c36478284
We also need to back this out as `util.sortdict` no longer support the `[K,V]`
notation.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 15 Feb 2025 15:20:33 +0100 |
parents | e02c36478284 |
children |
line wrap: on
line diff
--- a/hgext/phabricator.py Sat Feb 15 14:11:43 2025 +0100 +++ b/hgext/phabricator.py Sat Feb 15 15:20:33 2025 +0100 @@ -1691,7 +1691,7 @@ # Map from "hg:meta" keys to header understood by "hg import". The order is # consistent with "hg export" output. -_metanamemap: util.sortdict[bytes, bytes] = util.sortdict( +_metanamemap = util.sortdict( [ (b'user', b'User'), (b'date', b'Date'),