Differences between revisions 9 and 10
Revision 9 as of 2010-10-15 09:57:38
Size: 850
Editor: abuehl
Comment:
Revision 10 as of 2010-10-15 21:57:37
Size: 850
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Local modifications == == Local Modifications ==

Local Modifications

The local modifications in a working directory are the differences existing between the files in the working directory compared to their parent file revisions in the repository and all added, moved, removed or renamed files.

Those differences can be displayed by a diff.

Committing these local modifications produces a new changeset in the repository. Mercurial uses the dirstate to quickly determine what files in the working directory have changed and thus need to be included in the commit.

If the working directory has two parent revisions (due to a merge), the local modifications will correspond to the resolution of the conflicts.


CategoryGlossary

LocalModifications (last edited 2012-11-06 16:09:22 by abuehl)