Thu, 27 Feb 2014 18:59:52 +0100
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): """