D9428: merge: remove spurious ' and trailing whitespace from triple-quoted string
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Fri Nov 27 22:09:19 UTC 2020
durin42 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D9428
AFFECTED FILES
mercurial/merge.py
CHANGE DETAILS
diff --git a/mercurial/merge.py b/mercurial/merge.py
--- a/mercurial/merge.py
+++ b/mercurial/merge.py
@@ -544,10 +544,10 @@
class mergeresult(object):
- ''''An object representing result of merging manifests.
+ '''An object representing result of merging manifests.
It has information about what actions need to be performed on dirstate
- mapping of divergent renames and other such cases. '''
+ mapping of divergent renames and other such cases.'''
def __init__(self):
"""
To: durin42, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list