Size: 680
Comment: using alternate help file for now
|
Size: 679
Comment: back to official URL
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
Help text: http://www.cadifra.com/mercurial/hg.1.html#heads | Help text: http://www.selenic.com/mercurial/hg.1.html#heads |
Line 15: | Line 15: |
See also: ["Branch"] | See also: [:Branch] |
Head
hg heads [-r REV] [REV]...
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.
Help text: http://www.selenic.com/mercurial/hg.1.html#heads
See also: [:Branch]