mercurial/__init__.py
author Augie Fackler <durin42@gmail.com>
Thu, 23 Jun 2011 15:00:45 -0500
changeset 14838 5d261fd00446
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
progress: add a changedelay to prevent parallel topics from flapping (issue2698) When combined with the earlier change to make the progress object truly a singleton, this prevents the progress bar swapping on 'hg clone --pull' on a local filesystem. Thanks to timeless for lots of debugging help at the Copenhagen sprint to isolate the root cause of this and a first draft an idea that would fix it.