##// END OF EJS Templates
help: document meaning of '%' in graphlog output...
Martin von Zweigbergk -
r45527:3d41172f stable
parent child Browse files
Show More
@@ -4596,7 +4596,8 b' def log(ui, repo, *pats, **opts):'
4596
4596
4597 With --graph the revisions are shown as an ASCII art DAG with the most
4597 With --graph the revisions are shown as an ASCII art DAG with the most
4598 recent changeset at the top.
4598 recent changeset at the top.
4599 'o' is a changeset, '@' is a working directory parent, '_' closes a branch,
4599 'o' is a changeset, '@' is a working directory parent, '%' is a changeset
4600 involved in an unresolved merge conflict, '_' closes a branch,
4600 'x' is obsolete, '*' is unstable, and '+' represents a fork where the
4601 'x' is obsolete, '*' is unstable, and '+' represents a fork where the
4601 changeset from the lines below is a parent of the 'o' merge on the same
4602 changeset from the lines below is a parent of the 'o' merge on the same
4602 line.
4603 line.
General Comments 0
You need to be logged in to leave comments. Login now