# HG changeset patch # User nanaya # Date 1756820625 -32400 # Node ID 3cacb427086481374b59072b1612b9c724813412 # Parent 49c57e26fc241d29ee35c39877197f8fab852f67 [bashrc] hg grep now does the expected thing, no need for custom alias diff -r 49c57e26fc24 -r 3cacb4270864 rc/bashrc --- a/rc/bashrc Sat Aug 23 20:42:33 2025 +0900 +++ b/rc/bashrc Tue Sep 02 22:43:45 2025 +0900 @@ -179,12 +179,6 @@ alias egrep="grep -E" fi -# FIXME: missing test for hg and xargs -0 -_xargs_grep="${_grep}" -[ "${_has_gnu_grep}" = y ] && _xargs_grep="${_grep} --color=always" -alias hggrep="hg locate -0 | xargs -0 ${_xargs_grep}" -unset _xargs_grep - unset _has_gnu_ls unset _has_gnu_grep unset _has_posix_grep