mercurial/helptext/__init__.py
author Augie Fackler <augie@google.com>
Wed, 05 Feb 2020 15:15:18 -0500
changeset 44263 beea86e4d332
parent 43632 2e017696181f
permissions -rw-r--r--
context: use manifest.walk() instead of manifest.match() to get file list The former doesn't create a whole extra manifest in order to produce the matching file list, which is all we actually cared about here. Sigh. Differential Revision: https://phab.mercurial-scm.org/D8080
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: