Confirmed users
571
edits
No edit summary |
(→mach file-info bugzilla-component lookup shortcut (mfi): exclude testing/web-platform/meta from mfi command, this time for real) |
||
Line 12: | Line 12: | ||
<pre> | <pre> | ||
mfi() { | mfi() { | ||
./mach file-info bugzilla-component `find -path "*$1*" -not -path "./.hg/*"` | ./mach file-info bugzilla-component `find -path "*$1*" -not -path "./.hg/*" -not -path "./testing/web-platform/meta/*"` | ||
} | } | ||
</pre> | </pre> |