Mercurial > hg
comparison mercurial/merge.py @ 20688:a61ed1c2d7a7
check-code: disallow use of dict(key=value) construction
{} literals are faster and more consistent across Python 2 and 3.
Whitelisted the one use of dict() that is using a generator expresion.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 12 Mar 2014 13:31:27 -0400 |
parents | 2a4871c2511d |
children | 89059c450c56 |
comparison
equal
deleted
inserted
replaced
20687:7d4d04299927 | 20688:a61ed1c2d7a7 |
---|