# HG changeset patch # User Matt Harbison # Date 1606523737 18000 # Node ID 464539c305aac7aaf9501d825ab1643076b623d3 # Parent 50c5ee3bdf9a297c7776ae714bd44547530dbf5d formatting: drop a few extra double quotes in docstrings These were made obvious by the reformatting in D9430. Differential Revision: https://phab.mercurial-scm.org/D9432 diff -r 50c5ee3bdf9a -r 464539c305aa hgext/fix.py --- a/hgext/fix.py Thu Oct 01 18:51:40 2020 +0200 +++ b/hgext/fix.py Fri Nov 27 19:35:37 2020 -0500 @@ -372,7 +372,7 @@ def getworkqueue(ui, repo, pats, opts, revstofix, basectxs): - """ "Constructs the list of files to be fixed at specific revisions + """Constructs the list of files to be fixed at specific revisions It is up to the caller how to consume the work items, and the only dependence between them is that replacement revisions must be committed in diff -r 50c5ee3bdf9a -r 464539c305aa mercurial/interfaces/repository.py --- a/mercurial/interfaces/repository.py Thu Oct 01 18:51:40 2020 +0200 +++ b/mercurial/interfaces/repository.py Fri Nov 27 19:35:37 2020 -0500 @@ -617,7 +617,7 @@ """ def revision(node, raw=False): - """ "Obtain fulltext data for a node. + """Obtain fulltext data for a node. By default, any storage transformations are applied before the data is returned. If ``raw`` is True, non-raw storage transformations diff -r 50c5ee3bdf9a -r 464539c305aa mercurial/match.py --- a/mercurial/match.py Thu Oct 01 18:51:40 2020 +0200 +++ b/mercurial/match.py Fri Nov 27 19:35:37 2020 -0500 @@ -107,7 +107,7 @@ def _kindpatsalwaysmatch(kindpats): - """ "Checks whether the kindspats match everything, as e.g. + """Checks whether the kindspats match everything, as e.g. 'relpath:.' does. """ for kind, pat, source in kindpats: