Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2008-01-04 16:00:29
Size: 530
Editor: abuehl
Comment: +cat
Revision 5 as of 2008-01-12 16:40:15
Size: 577
Editor: abuehl
Comment: lowercase links
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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. A '''head''' is a [:ChangeSet:changeset] with no children. The [:Tip:tip] is the most recently changed head. Other heads are recent [:Pull:pulls] into a [:Repository:repository] that have not yet been [:Merge:merged].
Line 7: Line 7:
If you have just made a ["Commit"], that commit will be
the ["Tip"]. Alternately, if you have just ["Pull"]ed from another
["Repository"], the tip of that repository becomes the current ["Tip"].
If you have just made a [:Commit: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.
Line 11: Line 11:
["Mercurial"] supports MultipleHeads concurrently within a single ["Repository"]. Mercurial supports [:MultipleHeads:multiple heads] concurrently within a single repository.

Head

hg heads

A head is a [:ChangeSet:changeset] with no children. The [:Tip:tip] is the most recently changed head. Other heads are recent [:Pull:pulls] into a [:Repository:repository] that have not yet been [:Merge:merged].

If you have just made a [:Commit: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:multiple heads] concurrently within a single repository.


CategoryCommand CategoryGlossary

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