Size: 474
Comment:
|
Size: 691
Comment: replacing pasted help text with links into man page
|
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 [-r REV] [REV]...` |
Line 5: | Line 5: |
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"]. |
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 9: | Line 7: |
["Mercurial"] supports MultipleHeads concurrently within a single ["Repository"]. | 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"] ---- CategoryCommand CategoryGlossary |
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
See also: ["Branch"]