Show More
@@ -173,9 +173,9 b' DAG' | |||
|
173 | 173 | system (DVCS) can be described as a directed acyclic graph (DAG), |
|
174 | 174 | consisting of nodes and edges, where nodes correspond to |
|
175 | 175 | changesets and edges imply a parent -> child relation. This graph |
|
176 |
can be visualized by graphical tools such as :hg:` |
|
|
177 |
|
|
|
178 |
|
|
|
176 | can be visualized by graphical tools such as :hg:`log --graph`. In | |
|
177 | Mercurial, the DAG is limited by the requirement for children to | |
|
178 | have at most two parents. | |
|
179 | 179 | |
|
180 | 180 | Default branch |
|
181 | 181 | See 'Branch, default'. |
@@ -218,7 +218,7 b' Draft' | |||
|
218 | 218 | extensions. See :hg:`help phases`. |
|
219 | 219 | |
|
220 | 220 | Graph |
|
221 |
See DAG and :hg:` |
|
|
221 | See DAG and :hg:`log --graph`. | |
|
222 | 222 | |
|
223 | 223 | Head |
|
224 | 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