Add changed-files command #238
mathomp4
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds a new
changed-filescommand to mepo. Essentially it will list all files that are different compared to the original tags/branches in thecomponents.yaml(technically the mepo state, so ifmepo savewas run, the newcomponents.yaml).For example, if there are no changes:
Now we checkout a branch:
❯ mepo develop MAPL Checking out development branch develop in MAPL ❯ mepo changed-files ./src/Shared/@MAPL/CHANGELOG.md ./src/Shared/@MAPL/generic/MAPL_Generic.F90This shows that compared to where we started, we have two new files. Now let us alter a file and add a file:
Finally, it has a
--full-pathoption for a full path.From
CHANGELOG.mdAdded
changed-filescommand to list all changed files vs original stateWhat's Changed
Full Changelog: v1.45.0...v1.46.0
This discussion was created from the release Add changed-files command.
Beta Was this translation helpful? Give feedback.
All reactions