add back name arg

This commit is contained in:
cmcmarrow 2020-11-13 16:22:09 -07:00 committed by Daniel Wozniak
parent eadd5224f1
commit b06dafb020

View file

@ -301,7 +301,7 @@ def init():
_failhard()
try:
refs = repo.config(b"paths")
refs = repo.config(names=b"paths")
except hglib.error.CommandError:
refs = None