From patchwork Mon Feb 4 23:37:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D5838: showstack: use raw docstring From: phabricator X-Patchwork-Id: 38411 Message-Id: <4c2308fe06f1b5ff0ed81011a503e9a7@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Mon, 4 Feb 2019 23:37:34 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG6dae1f31c6c9: showstack: use raw docstring (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5838?vs=13765&id=13792 REVISION DETAIL https://phab.mercurial-scm.org/D5838 AFFECTED FILES contrib/showstack.py CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/contrib/showstack.py b/contrib/showstack.py --- a/contrib/showstack.py +++ b/contrib/showstack.py @@ -1,7 +1,7 @@ # showstack.py - extension to dump a Python stack trace on signal # # binds to both SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs) -"""dump stack trace when receiving SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs) +r"""dump stack trace when receiving SIGQUIT (Ctrl-\) or SIGINFO (Ctrl-T on BSDs) """ from __future__ import absolute_import, print_function