changeset 45942 | 89a2afe31e82 |
parent 44452 | 9d2b2df2c2ba |
child 46907 | ffd3e823a7e5 |
--- 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)