Show More
@@ -173,9 +173,9 DAG | |||||
173 | system (DVCS) can be described as a directed acyclic graph (DAG), |
|
173 | system (DVCS) can be described as a directed acyclic graph (DAG), | |
174 | consisting of nodes and edges, where nodes correspond to |
|
174 | consisting of nodes and edges, where nodes correspond to | |
175 | changesets and edges imply a parent -> child relation. This graph |
|
175 | changesets and edges imply a parent -> child relation. This graph | |
176 |
can be visualized by graphical tools such as :hg:` |
|
176 | can be visualized by graphical tools such as :hg:`log --graph`. In | |
177 |
|
|
177 | Mercurial, the DAG is limited by the requirement for children to | |
178 |
|
|
178 | have at most two parents. | |
179 |
|
179 | |||
180 | Default branch |
|
180 | Default branch | |
181 | See 'Branch, default'. |
|
181 | See 'Branch, default'. | |
@@ -218,7 +218,7 Draft | |||||
218 | extensions. See :hg:`help phases`. |
|
218 | extensions. See :hg:`help phases`. | |
219 |
|
219 | |||
220 | Graph |
|
220 | Graph | |
221 |
See DAG and :hg:` |
|
221 | See DAG and :hg:`log --graph`. | |
222 |
|
222 | |||
223 | Head |
|
223 | Head | |
224 | The term 'head' may be used to refer to both a branch head or a |
|
224 | The term 'head' may be used to refer to both a branch head or a |
General Comments 0
You need to be logged in to leave comments.
Login now