Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2005-08-26 00:58:31
Size: 474
Editor: waste
Comment:
Revision 4 as of 2008-01-06 17:37:44
Size: 518
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A head is a ChangeSet with no children. The ["Tip"] is the most recently changed head. Other heads are recent ["Pull"]s into a Repository that have not yet been ["Merge"]d. ''hg heads''

A '''head'''
is a ChangeSet with no children. The ["Tip"] is the most recently changed head. Other heads are recent ["Pull"]s into a ["Repository"] that have not yet been ["Merge"]d.
Line 6: Line 8:
the ["Tip"]. Alternately, if you have just ["Pull"]ed from another
["Repository"], the tip of that repository becomes the current ["Tip"].
the tip. Alternately, if you have just pulled from another
repository, the tip of that repository becomes the current tip.
Line 9: Line 11:
["Mercurial"] supports MultipleHeads concurrently within a single ["Repository"]. Mercurial supports MultipleHeads concurrently within a single repository.

----
CategoryCommand CategoryGlossary

Head

hg heads

A head is a ChangeSet with no children. The ["Tip"] is the most recently changed head. Other heads are recent ["Pull"]s into a ["Repository"] that have not yet been ["Merge"]d.

If you have just made a ["Commit"], that commit will be the tip. Alternately, if you have just pulled from another repository, the tip of that repository becomes the current tip.

Mercurial supports MultipleHeads concurrently within a single repository.


CategoryCommand CategoryGlossary

Head (last edited 2013-08-27 13:53:32 by AugieFackler)