Branchout / branchout

A manyrepo management tool to allow for local monorepo projecting while keeping everything in distinct repositories
Apache License 2.0
9 stars 2 forks source link

Output should indicate if a pull results in an update #93

Open wade-taylor opened 1 year ago

wade-taylor commented 1 year ago

It would be nice if the output to branchout pull indicated whether a repo was updated or already up-to-date.

Currently the same output is shown for both cases, i.e.:

Pulled  rabbit/rabbit-aleph         master

This PR changes the output to indicate when a repo is up-to-date:

Updated:

Pulled  rabbit/rabbit-aleph         master

Up to date:

Good    rabbit/rabbit-aleph         master