- Add new `changed-files` command to list all changed files vs original state
1.45.0
Changed
- Allow `checkout-if-exists` to work on tags or branches
1.44.0
Fixed
- Add support for typechange in `mepo status`
1.43.0
Fixed
- Fixed issue where you could issue `mepo clone` in already cloned multirepos (224)
Changed
- Changed StateDoesNotExistError and StateAlreadyInitializedError to be subclasses of `SystemExit` - Changed some git subcommands to use full local path
1.42.0
Added
- Added `-b/--ignore-space-change` option to `mepo diff`
1.41.0
Changed
- Changed the default behavior of `compare` to only show differing repos. Use `--all` to see all repos - Add `--nocolor` option to `status` and `compare` (for unit testing) - Add `--wrap` option to `compare` (for unit testing) - Updated unit tests for new `compare` behavior