commands: fix typo in --graph description stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Tue, 22 Apr 2014 10:12:21 -0300
branchstable
changeset 21174 7991df9d2f20
parent 21173 d4daebb21cf6
child 21175 dae36d3e1c60
commands: fix typo in --graph description
mercurial/commands.py
--- 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::