log hgext/progress.py @ 15772:83a140752239

age author description
Mon, 02 Jan 2012 19:30:28 -0600 Augie Fackler progress: Use the same GPL boilerplate as most hg files
Wed, 14 Dec 2011 15:41:08 +0100 David Soria Parra progress: check for ui.quiet and ui.debugflag before we write stable
Thu, 23 Jun 2011 15:00:45 -0500 Augie Fackler progress: add a changedelay to prevent parallel topics from flapping (issue2698)
Thu, 23 Jun 2011 14:55:09 -0500 Augie Fackler progress: make progress bar a singleton to avoid double-progress ui bugs
Thu, 02 Jun 2011 14:33:01 -0500 Augie Fackler progress: remove superfluous parens
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara util: add helper function isatty(fd) to check for tty-ness