Differences between revisions 4 and 5
Revision 4 as of 2008-01-04 16:03:33
Size: 779
Editor: abuehl
Comment: +cat, +links
Revision 5 as of 2008-01-06 13:53:26
Size: 880
Editor: abuehl
Comment: “the changeset I’m about to commit” (stolen from hgbook)
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The working directory is the top-level directory in a ["Repository"], in which the plain versions of files are available to read, edit and build. Files in the working directory are usually from the ["Tip"], but may be from older revisions, or modified and not yet ["Commit"]ted. The '''working directory''' is the top-level directory in a ["Repository"], in which the plain versions of files are available to read, edit and build. Files in the working directory are usually from the ["Tip"], but may be from older revisions, or modified and not yet ["Commit"]ted.
Line 12: Line 12:

It’s useful to think of the working directory as "the ChangeSet I’m about to commit".

Working directory

The working directory is the top-level directory in a ["Repository"], in which the plain versions of files are available to read, edit and build. Files in the working directory are usually from the ["Tip"], but may be from older revisions, or modified and not yet ["Commit"]ted.

A working directory has one or two ["Parent"] ["Revision"]s. The parent revision or revisions will become the parent revisions of the new revision which will eventually be created by a ["Commit"] of the ["LocalModifications"]. An ["Update"] will change the parent revision, whereas a ["Revert"] will only modify the content of the working directory.

A working directory will only have two parent revisions as the result of a ["Merge"].

It’s useful to think of the working directory as "the ChangeSet I’m about to commit".


CategoryGlossary

WorkingDirectory (last edited 2012-11-06 16:23:25 by abuehl)