Mercurial > public > mercurial-scm > hg-stable
diff mercurial/ui.py @ 8206:cce63ef1045b
ui: print_exc() -> traceback()
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 26 Apr 2009 16:50:44 -0500 |
parents | 00736cd2702a |
children | 32a2a1e244f1 |
line wrap: on
line diff
--- a/mercurial/ui.py Sun Apr 26 16:50:44 2009 -0500 +++ b/mercurial/ui.py Sun Apr 26 16:50:44 2009 -0500 @@ -334,7 +334,7 @@ return t - def print_exc(self): + def traceback(self): '''print exception traceback if traceback printing enabled. only to call in exception handler. returns true if traceback printed.'''