Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Apr 22 10:12:13 2014 -0300 +++ b/mercurial/commands.py Tue Apr 22 10:12:21 2014 -0300 @@ -4013,7 +4013,7 @@ recent changeset at the top. 'o' is a changeset, '@' is a working directory parent, 'x' is obsolete, and '+' represents a fork where the changeset from the lines below is a - parent of the 'o' merge on the same same line. + parent of the 'o' merge on the same line. .. note::