diff -r 346af7687c6f -r 89a2afe31e82 hgext/schemes.py --- a/hgext/schemes.py Fri Nov 27 17:00:00 2020 -0500 +++ b/hgext/schemes.py Fri Nov 27 17:03:29 2020 -0500 @@ -142,8 +142,7 @@ @command(b'debugexpandscheme', norepo=True) def expandscheme(ui, url, **opts): - """given a repo path, provide the scheme-expanded path - """ + """given a repo path, provide the scheme-expanded path""" repo = hg._peerlookup(url) if isinstance(repo, ShortRepository): url = repo.resolve(url)