changeset 13725:6783f47d90dd stable

mq: fix typo in docstring
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
date Tue, 15 Mar 2011 14:55:16 +0100
parents 5b3383ea67d2
children 15d1db2abfcb 83bf80c50e76
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -2383,7 +2383,7 @@
     When -f/--force is applied, all local changes in patched files
     will be lost.
 
-    Return 0 on succces.
+    Return 0 on success.
     """
     q = repo.mq
     mergeq = None