equal
deleted
inserted
replaced
16 # with this program; if not, write to the Free Software Foundation, Inc., |
16 # with this program; if not, write to the Free Software Foundation, Inc., |
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
18 |
18 |
19 """show progress bars for some actions |
19 """show progress bars for some actions |
20 |
20 |
21 This extension uses the progress information commands can log with hg |
21 This extension uses the progress information logged by hg commands |
22 to draw progres bars that are as informative as possible. Some progress |
22 to draw progress bars that are as informative as possible. Some progress |
23 bars only offer indeterminate information, while others have a definite |
23 bars only offer indeterminate information, while others have a definite |
24 end point. |
24 end point. |
25 |
25 |
26 The following settings are available:: |
26 The following settings are available:: |
27 |
27 |