Submitter | timeless@mozdev.org |
---|---|
Date | March 11, 2016, 5:43 p.m. |
Message ID | <b3b25012e74bb2767829.1457718233@waste.org> |
Download | mbox | patch |
Permalink | /patch/13800/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -2553,7 +2553,7 @@ 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: