##// END OF EJS Templates
formatting: drop a few extra double quotes in docstrings...
Matt Harbison -
r46558:464539c3 default
parent child Browse files
Show More
@@ -372,7 +372,7 b' def cleanup(repo, replacements, wdirwrit'
372
372
373
373
374 def getworkqueue(ui, repo, pats, opts, revstofix, basectxs):
374 def getworkqueue(ui, repo, pats, opts, revstofix, basectxs):
375 """ "Constructs the list of files to be fixed at specific revisions
375 """Constructs the list of files to be fixed at specific revisions
376
376
377 It is up to the caller how to consume the work items, and the only
377 It is up to the caller how to consume the work items, and the only
378 dependence between them is that replacement revisions must be committed in
378 dependence between them is that replacement revisions must be committed in
@@ -617,7 +617,7 b' class ifiledata(interfaceutil.Interface)'
617 """
617 """
618
618
619 def revision(node, raw=False):
619 def revision(node, raw=False):
620 """ "Obtain fulltext data for a node.
620 """Obtain fulltext data for a node.
621
621
622 By default, any storage transformations are applied before the data
622 By default, any storage transformations are applied before the data
623 is returned. If ``raw`` is True, non-raw storage transformations
623 is returned. If ``raw`` is True, non-raw storage transformations
@@ -107,7 +107,7 b' def _expandsubinclude(kindpats, root):'
107
107
108
108
109 def _kindpatsalwaysmatch(kindpats):
109 def _kindpatsalwaysmatch(kindpats):
110 """ "Checks whether the kindspats match everything, as e.g.
110 """Checks whether the kindspats match everything, as e.g.
111 'relpath:.' does.
111 'relpath:.' does.
112 """
112 """
113 for kind, pat, source in kindpats:
113 for kind, pat, source in kindpats:
General Comments 0
You need to be logged in to leave comments. Login now