Fix wording in hg pull documentation
authorOri Avtalion <ori@avtalion.name>
Fri, 14 May 2010 22:29:15 +0300
changeset 11179 aad0c319b96e
parent 11178 21a7ae13208f
child 11180 4b02fc71bbba
Fix wording in hg pull documentation
mercurial/commands.py
--- a/mercurial/commands.py	Tue May 04 09:57:16 2010 +0200
+++ b/mercurial/commands.py	Fri May 14 22:29:15 2010 +0300
@@ -2501,7 +2501,7 @@
 
     Use hg incoming if you want to see what would have been added by a
     pull at the time you issued this command. If you then decide to
-    added those changes to the repository, you should use pull -r X
+    add those changes to the repository, you should use pull -r X
     where X is the last changeset listed by hg incoming.
 
     If SOURCE is omitted, the 'default' path will be used.