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
-
This release adds a new
changed-files
command 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 save
was 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.F90
This 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-path
option for a full path.From
CHANGELOG.md
Added
changed-files
command 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