changeset 27459 | 2f15253e415f |
parent 27024 | ceef5fb14872 |
child 27460 | 11286ac374f3 |
27458:d39e743e3578 | 27459:2f15253e415f |
---|---|
508 return False |
508 return False |
509 |
509 |
510 # filesets using matchctx.existing() |
510 # filesets using matchctx.existing() |
511 _existingcallers = [ |
511 _existingcallers = [ |
512 'binary', |
512 'binary', |
513 'encoding', |
|
514 'eol', |
|
513 'exec', |
515 'exec', |
514 'grep', |
516 'grep', |
515 'size', |
517 'size', |
516 'symlink', |
518 'symlink', |
517 ] |
519 ] |