mercurial/commands.py
changeset 45720 508dfd1c18df
parent 45719 c10c87c8fe79
child 45721 f9d3ff23bfc0
--- a/mercurial/commands.py	Wed Sep 09 17:04:44 2020 +0900
+++ b/mercurial/commands.py	Sun Oct 04 13:17:57 2020 +0900
@@ -3532,7 +3532,7 @@
 
     ui.pager(b'grep')
     fm = ui.formatter(b'grep', opts)
-    for ctx in cmdutil.walkchangerevs(
+    for ctx in scmutil.walkchangerevs(
         repo, revs, makefilematcher, searcher._prep
     ):
         rev = ctx.rev()