log mercurial/match.py @ 32398:2dac9d6a0af9

age author description
Thu, 18 May 2017 16:05:46 -0700 Martin von Zweigbergk match: don't print explicitly listed files with wrong case (BC)
Thu, 18 May 2017 15:25:16 -0700 Martin von Zweigbergk match: move body of _normalize() to a static function
Thu, 18 May 2017 15:11:04 -0700 Martin von Zweigbergk match: pass 'warn' argument to _normalize() for consistency
Fri, 12 May 2017 23:11:41 -0700 Martin von Zweigbergk match: replace match class by match function (API)
Wed, 17 May 2017 22:33:15 -0700 Martin von Zweigbergk match: use match.prefix() in subdirmatcher
Fri, 12 May 2017 16:31:21 -0700 Martin von Zweigbergk match: avoid accessing match._pathrestricted from subdirmatcher
Thu, 18 May 2017 10:17:57 -0700 Martin von Zweigbergk match: override visitdir() the usual way in subdirmatcher
Thu, 18 May 2017 09:04:37 -0700 Martin von Zweigbergk match: make _fileroots a @propertycache and rename it to _fileset
Wed, 17 May 2017 09:43:50 -0700 Martin von Zweigbergk match: remove ispartial()
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Fri, 05 May 2017 08:49:07 -0700 Martin von Zweigbergk match: optimize visitdir() for patterns matching only root directory
Wed, 03 May 2017 10:30:57 -0700 Durham Goode match: make subinclude construction lazy
Wed, 15 Mar 2017 15:08:45 -0700 Pierre-Yves David match: explicitly tests for None
Thu, 16 Mar 2017 08:03:51 +0530 Pulkit Goyal match: slice over bytes to get the byteschr instead of ascii value
Thu, 16 Mar 2017 07:52:47 +0530 Pulkit Goyal match: make regular expression bytes to prevent TypeError