##// END OF EJS Templates
log: describe graph symbols in the help...
Mads Kiilerich -
r20544:8982a539 default
parent child Browse files
Show More
@@ -3905,6 +3905,12 b' def log(ui, repo, *pats, **opts):'
3905 3905 each commit. When the -v/--verbose switch is used, the list of
3906 3906 changed files and full commit message are shown.
3907 3907
3908 With --graph the revisions are shown as an ASCII art DAG with the most
3909 recent changeset at the top.
3910 'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
3911 and '+' represents a fork where the changeset from the lines below is a
3912 parent of the 'o' merge on the same same line.
3913
3908 3914 .. note::
3909 3915
3910 3916 log -p/--patch may generate unexpected diff output for merge
General Comments 0
You need to be logged in to leave comments. Login now