equal
deleted
inserted
replaced
4011 |
4011 |
4012 With --graph the revisions are shown as an ASCII art DAG with the most |
4012 With --graph the revisions are shown as an ASCII art DAG with the most |
4013 recent changeset at the top. |
4013 recent changeset at the top. |
4014 'o' is a changeset, '@' is a working directory parent, 'x' is obsolete, |
4014 'o' is a changeset, '@' is a working directory parent, 'x' is obsolete, |
4015 and '+' represents a fork where the changeset from the lines below is a |
4015 and '+' represents a fork where the changeset from the lines below is a |
4016 parent of the 'o' merge on the same same line. |
4016 parent of the 'o' merge on the same line. |
4017 |
4017 |
4018 .. note:: |
4018 .. note:: |
4019 |
4019 |
4020 log -p/--patch may generate unexpected diff output for merge |
4020 log -p/--patch may generate unexpected diff output for merge |
4021 changesets, as it will only compare the merge changeset against |
4021 changesets, as it will only compare the merge changeset against |