Revision 798c9b0b7a61eda119acbb870800d956b19638ec authored by Timo Tijhof on 20 April 2017, 23:23:36 UTC, committed by Filippo Giunchedi on 13 June 2017, 16:01:53 UTC
This allows searching for contents in interface messages by
an exact name. There is no need to additionally require the
same regex to match. It's wasteful and makes mwgrep also harder
to use.

 mwgrep foo --title 'Something.js'

 mwgrep foo --title 'Something else'

Should both work. Currently the latter doesn't work because it
fights the AND condition for .js/css regex on title match.

Change-Id: I977ac24cbaacea9cbfcaefe4099018783c9d9b68
1 parent d82b9cd
History
File Mode Size
conftool-data
doc
files
hieradata
manifests
modules
utils
.ctags -rw-r--r-- 323 bytes
.gitignore -rw-r--r-- 499 bytes
.gitmodules -rw-r--r-- 717 bytes
.gitreview -rw-r--r-- 101 bytes
.mailmap -rw-r--r-- 9.5 KB
.puppet-lint.rc -rw-r--r-- 239 bytes
.rubocop.yml -rw-r--r-- 919 bytes
.rubocop_todo.yml -rw-r--r-- 11.4 KB
.ruby-version -rw-r--r-- 4 bytes
Gemfile -rw-r--r-- 434 bytes
README -rw-r--r-- 783 bytes
Rakefile -rw-r--r-- 6.0 KB
tox.ini -rw-r--r-- 1.0 KB
typos -rw-r--r-- 400 bytes

README

back to top