Corrected a typo in the Mercurial shelve extension interface.

Thu, 27 Feb 2014 18:59:52 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 27 Feb 2014 18:59:52 +0100
changeset 3309
b5f782f7d43b
parent 3308
955abb40a903
child 3310
a2032ed66aec

Corrected a typo in the Mercurial shelve extension interface.

Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py	Wed Feb 26 19:39:29 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py	Thu Feb 27 18:59:52 2014 +0100
@@ -17,7 +17,7 @@
 
 class ShelveProjectHelper(HgExtensionProjectHelper):
     """
-    Class implementing the queues extension project helper.
+    Class implementing the shelve extension project helper.
     """
     def __init__(self):
         """

eric ide

mercurial