##// END OF EJS Templates
graphlog: document what "_" and "*" mean...
av6 -
r36371:eedc69d2 stable
parent child Browse files
Show More
@@ -3301,9 +3301,10 b' def log(ui, repo, *pats, **opts):'
3301 3301
3302 3302 With --graph the revisions are shown as an ASCII art DAG with the most
3303 3303 recent changeset at the top.
3304 'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
3305 and '+' represents a fork where the changeset from the lines below is a
3306 parent of the 'o' merge on the same line.
3304 'o' is a changeset, '@' is a working directory parent, '_' closes a branch,
3305 'x' is obsolete, '*' is unstable, and '+' represents a fork where the
3306 changeset from the lines below is a parent of the 'o' merge on the same
3307 line.
3307 3308 Paths in the DAG are represented with '|', '/' and so forth. ':' in place
3308 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