Mercurial > public > mercurial-scm > hg
diff mercurial/ui.py @ 26781:1aee2ab0f902
spelling: trivial spell checking
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 17 Oct 2015 00:58:46 +0200 |
parents | 9f9ec4abe700 |
children | 71d5238f92e9 |
line wrap: on
line diff
--- a/mercurial/ui.py Wed Oct 14 03:30:27 2015 -0400 +++ b/mercurial/ui.py Sat Oct 17 00:58:46 2015 +0200 @@ -931,7 +931,7 @@ def _progclear(self): """clear progress bar output if any. use it before any output""" - if '_progbar' not in vars(self): # nothing loadef yet + if '_progbar' not in vars(self): # nothing loaded yet return if self._progbar is not None and self._progbar.printed: self._progbar.clear()