Mercurial > hg
log mercurial/grep.py @ 46335:25be21ec6c65
age | author | description |
---|---|---|
Wed, 09 Sep 2020 17:17:38 +0900 | Yuya Nishihara | grep: extract main search loop as searcher method |
Wed, 09 Sep 2020 17:04:44 +0900 | Yuya Nishihara | grep: extract public function to register file to be skipped |
Wed, 09 Sep 2020 16:18:26 +0900 | Yuya Nishihara | grep: move prep() to grepsearcher class |
Wed, 09 Sep 2020 16:04:39 +0900 | Yuya Nishihara | grep: move readfile() to grepsearcher class |
Wed, 09 Sep 2020 16:00:03 +0900 | Yuya Nishihara | grep: move getbody() to grepsearcher class |
Wed, 09 Sep 2020 15:56:40 +0900 | Yuya Nishihara | grep: add stub class that maintains cache and states of grep operation |
Wed, 09 Sep 2020 15:23:49 +0900 | Yuya Nishihara | grep: move match and diff logic to new module |