# HG changeset patch # User timeless # Date 2016-03-11 16:50:14 # Node ID b592564a803c0430183ac7784756a01cdbdb14d5 # Parent 70c2f8a982766b512e9d7f41f2d93fdb92f5481f util: reword debugstacktrace comment diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -2553,7 +2553,7 @@ class hooks(object): def debugstacktrace(msg='stacktrace', skip=0, f=sys.stderr, otherf=sys.stdout): '''Writes a message to f (stderr) with a nicely formatted stacktrace. Skips the 'skip' last entries. By default it will flush stdout first. - It can be used everywhere and do intentionally not require an ui object. + It can be used everywhere and intentionally does not require an ui object. Not be used in production code but very convenient while developing. ''' if otherf: