[Bug 5773] New: evolve extension should specify progress units

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue Jan 16 22:48:25 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5773

            Bug ID: 5773
           Summary: evolve extension should specify progress units
           Product: Mercurial
           Version: stable branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: av6 at dwimlabs.net
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org

You can tweak progress bar format using progress.format config option, which is
"topic bar number estimate" by default. If you add "speed", then progress bar
shows speed in units per second. For example, "1234 changesets/sec".

However, at least obsmarker discovery in evolve doesn't provide unit in
ui.progress() calls, so speed is reported as "1234 /sec", which doesn't look
great.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list