Differences between revisions 1 and 2
Revision 1 as of 2005-08-26 00:58:31
Size: 474
Editor: waste
Comment:
Revision 2 as of 2008-01-04 12:44:19
Size: 513
Editor: abuehl
Comment: +cat
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

''hg heads''
Line 10: Line 12:
----
CategoryCommand

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 ["Pull"]ed from another ["Repository"], the tip of that repository becomes the current ["Tip"].

["Mercurial"] supports MultipleHeads concurrently within a single ["Repository"].


CategoryCommand

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