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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to