mercurial/pure/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 13 Aug 2016 04:21:42 +0530
changeset 29790 997e8cf4d0a2
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
pycompat: avoid using an extra function We have a single line function which just lowercase the letters and replaces "_" with "". Its better to avoid that function call. Moreover we calling this function around 33 times.