D2838: util: clear debugstacktrace call

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Wed Mar 14 10:14:58 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGabca90dd31a5: util: clear debugstacktrace call (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2838?vs=6991&id=7029

REVISION DETAIL
  https://phab.mercurial-scm.org/D2838

AFFECTED FILES
  mercurial/util.py

CHANGE DETAILS

diff --git a/mercurial/util.py b/mercurial/util.py
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -4053,7 +4053,6 @@
     msg = ("'util.datestr' is deprecated, "
            "use 'utils.dateutil.datestr'")
     nouideprecwarn(msg, "4.6")
-    debugstacktrace()
     return dateutil.datestr(*args, **kwargs)
 
 def shortdate(*args, **kwargs):



To: lothiraldan, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list