hgext/progress.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 01 Jul 2015 01:09:57 -0700
changeset 25743 ce45bfe8f953
parent 25522 15c2c580b2a7
child 26073 5ef327e9c157
permissions -rw-r--r--
bookmark: remove the "touch changelog" hack Any changes to bookmarks used to touch the changelog to ensure hgweb was reloaded. This was fairly hacky and stops working when bookmarks are moved as part of the transaction. As hgweb is now explicitly tracking bookmark changes, we can remove this hack (and no tests break).

# progress.py show progress bars for some actions
#
# Copyright (C) 2010 Augie Fackler <durin42@gmail.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

"""show progress bars for some actions (DEPRECATED)

This extension has been merged into core, you can remove it from your config.
See hg help config.progress for configuration options.
"""