hgext/progress.py
changeset 26073 5ef327e9c157
parent 25522 15c2c580b2a7
equal deleted inserted replaced
26072:06320fb11699 26073:5ef327e9c157
     8 """show progress bars for some actions (DEPRECATED)
     8 """show progress bars for some actions (DEPRECATED)
     9 
     9 
    10 This extension has been merged into core, you can remove it from your config.
    10 This extension has been merged into core, you can remove it from your config.
    11 See hg help config.progress for configuration options.
    11 See hg help config.progress for configuration options.
    12 """
    12 """
       
    13 # Note for extension authors: ONLY specify testedwith = 'internal' for
       
    14 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
       
    15 # be specifying the version(s) of Mercurial they are tested with, or
       
    16 # leave the attribute unspecified.
       
    17 testedwith = 'internal'