filter-repo: fix obvious comment typo

Signed-off-by: Elijah Newren <newren@gmail.com>
This commit is contained in:
Elijah Newren 2019-05-25 09:18:55 -07:00
parent ad73b5ed5f
commit c58e83ea49

View File

@ -2423,7 +2423,7 @@ class RepoFilter(object):
# If there was an OrderedSet class, I'd use it instead.
self._pending_renames = collections.OrderedDict()
# A dict of commit_hash[1:7] -> set(commit_hashes with that prefix).
# A dict of commit_hash[0:7] -> set(commit_hashes with that prefix).
#
# It's common for commit messages to refer to commits by abbreviated
# commit hashes, as short as 7 characters. To facilitate translating