Skip to content
  • Yuya Nishihara's avatar
    scmutil: move walkchangerevs() from cmdutil · 508dfd1c18df
    Yuya Nishihara authored
    It's no longer a command-level function, but a pure helper to walk revisions
    in a windowed way. This change will help eliminate reverse dependency of
    revset.py -> grep.py -> cmdutil.py in future patches.
    508dfd1c18df