mercurial/__init__.py
author Durham Goode <durham@fb.com>
Sat, 16 May 2015 15:51:03 -0700
changeset 25213 08a8e9da0ae7
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
match: add source to kindpats list Future patches will be adding the ability to recursively include pattern files in a match rule expression. Part of that behavior will require tracking which file each pattern came from so we can report errors correctly. Let's add a 'source' arg to the kindpats list to track this. Initially it will only be populated by listfile rules.