Skip to content

Add checkout-if-exists capability

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 20 Feb 16:16
e34d7e4

This release adds a new capability:

mepo checkout-if-exists <branch-name>

which scans all the repositories mepo is tracking and, if branch-name exists on it, it checks it out.

This will be useful for multi-repository features and for doing CI testing of those features.