changeset 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 d4daebb21cf6
children dae36d3e1c60
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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::