REPO(1) | Repo Manual | REPO(1) |
repo - repo diffmanifests - manual page for repo diffmanifests
repo diffmanifests manifest1.xml [manifest2.xml] [options]
Summary
Manifest diff utility
Run `repo help diffmanifests` to view the detailed manual.
The repo diffmanifests command shows differences between project revisions of manifest1 and manifest2. if manifest2 is not specified, current manifest.xml will be used instead. Both absolute and relative paths may be used for manifests. Relative paths start from project's ".repo/manifests" folder.
The --raw option Displays the diff in a way that facilitates parsing, the project pattern will be <status> <path> <revision from> [<revision to>] and the commit pattern will be <status> <onelined log> with status values respectively :
for project, and
for a commit.
Only changed projects may contain commits, and commit status always starts with a space, and are part of last printed project. Unreachable revisions may occur if project is not up to date or if repo has not been initialized with all the groups, in which case some projects won't be synced and their revisions won't be found.
July 2022 | repo diffmanifests |