Show More
@@ -3301,9 +3301,10 b' def log(ui, repo, *pats, **opts):' | |||||
3301 |
|
3301 | |||
3302 | With --graph the revisions are shown as an ASCII art DAG with the most |
|
3302 | With --graph the revisions are shown as an ASCII art DAG with the most | |
3303 | recent changeset at the top. |
|
3303 | recent changeset at the top. | |
3304 |
'o' is a changeset, '@' is a working directory parent, ' |
|
3304 | 'o' is a changeset, '@' is a working directory parent, '_' closes a branch, | |
3305 | and '+' represents a fork where the changeset from the lines below is a |
|
3305 | 'x' is obsolete, '*' is unstable, and '+' represents a fork where the | |
3306 |
parent of the 'o' merge on the same |
|
3306 | changeset from the lines below is a parent of the 'o' merge on the same | |
|
3307 | line. | |||
3307 | Paths in the DAG are represented with '|', '/' and so forth. ':' in place |
|
3308 | Paths in the DAG are represented with '|', '/' and so forth. ':' in place | |
3308 | of a '|' indicates one or more revisions in a path are omitted. |
|
3309 | of a '|' indicates one or more revisions in a path are omitted. | |
3309 |
|
3310 |
General Comments 0
You need to be logged in to leave comments.
Login now