Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't divide by zero in progress meter | Shawn O. Pearce | 2009-04-16 | 1 | -14/+27 |
| | | | | | | | | | If there are no projects to fetch, the progress meter would have divided by zero during `repo sync`, and that throws a ZeroDivisionError. Instead we report the progress with an unknown amount remaining. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Add a project progress meter to 'repo sync' | Shawn O. Pearce | 2009-04-10 | 1 | -0/+45 |
This way users can see how much is left during fetch. Its especially useful when most syncs are no-ops but there are hundreds of repositories to poll. Signed-off-by: Shawn O. Pearce <sop@google.com> |