# HG changeset patch # User Augie Fackler # Date 1409590949 14400 # Node ID f95ae07fb55acc920e5269d87b7e776609f6d7de # Parent 0a593d2c0595dc932bc9b2c0172c802648b4ecc7 hgrc: add havepatch alias for looking for a patch matching a string diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -26,6 +26,7 @@ egrep = !$HG locate -0 '$2' $3 $4 $5 $6 wc-out = log -r 'ancestors(.) and not upstream()' wc-email = email -r 'ancestors(.) and not upstream()' +havepatch = log -r 'grep("$1")' [ui] username = Augie Fackler