Mercurial > hg
log mercurial/ui.py @ 25629:52e5f68d8363
age | author | description |
---|---|---|
Fri, 19 Jun 2015 11:19:45 -0700 | Pierre-Yves David | devel-warn: move the develwarn function as a method of the ui object |
Fri, 12 Jun 2015 22:09:41 -0400 | Matt Harbison | ui: flush stderr after printing a non-chained exception for Windows |
Sun, 07 Jun 2015 17:51:27 -0700 | Pierre-Yves David | progress: display progress bars by default with core Mercurial |
Sun, 07 Jun 2015 17:50:56 -0700 | Pierre-Yves David | progress: move all logic altering the ui object logic in mercurial.ui |
Sun, 07 Jun 2015 17:26:34 -0700 | Pierre-Yves David | progress: move the singleton logic to the ui module |
Sun, 31 May 2015 14:40:28 +0900 | Yuya Nishihara | ui: flush stdout before writing traceback to stderr |
Sat, 16 May 2015 14:30:07 -0400 | Augie Fackler | cleanup: use __builtins__.any instead of util.any |