mercurial/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 08 Apr 2015 10:03:59 -0700
changeset 24665 5326820a2952
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
manifestdict._intersectfiles: avoid one level of property indirection We have already bothered to extract "lm = self._lm", so let's use "lm" where possible.