Mercurial > public > mercurial-scm > hg-stable
diff mercurial/interfaces/repository.py @ 45961:464539c305aa
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
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 27 Nov 2020 19:35:37 -0500 |
parents | 89a2afe31e82 |
children | 0903d6b9b1df |
line wrap: on
line diff
--- 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