Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 21174:7991df9d2f20 stable
commands: fix typo in --graph description
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Tue, 22 Apr 2014 10:12:21 -0300 |
parents | 69402eb72115 |
children | a1381eea7c7d |
comparison
equal
deleted
inserted
replaced
21173:d4daebb21cf6 | 21174:7991df9d2f20 |
---|---|
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 |