Size: 286
Comment:
|
Size: 370
Comment: +cat
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Manifest == ''hg manifest'' |
|
Line 2: | Line 6: |
See also: ["Design"] ---- CategoryCommand |
Manifest
hg manifest
The manifest is the file that describes the contents of the repository at a particular changeset ID. It primarily contains a list of file names and revisions of those files that are present. The manifest ID identifies the version of the manifest that goes with a particular changeset.
See also: ["Design"]