hgext/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Fri, 17 Jan 2014 23:42:12 +0900
changeset 20285 189fe1b3d16a
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
revset: narrow scope of the variable referred only in specific code path This patch narrows scope of the variable "m" in the function for revset predicate "contains()", because it is referred only in "else" code path of "if not matchmod.patkind(pat)" examination.

# placeholder