changeset 5700:15534a82f2cb

evolve: typo in pstatus and pdiff docstring
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 12 Jan 2021 02:03:43 +0800
parents 644286633371
children 5cbf9c2189fd
files hgext3rd/evolve/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py	Mon Jan 11 00:23:40 2021 +0800
+++ b/hgext3rd/evolve/__init__.py	Tue Jan 12 02:03:43 2021 +0800
@@ -431,7 +431,7 @@
     @eh.command(b'pstatus', pstatusopts,
                 **compat.helpcategorykwargs('CATEGORY_WORKING_DIRECTORY'))
     def pstatus(ui, repo, *args, **kwargs):
-        """show status combining committed and uncommited changes
+        """show status combining committed and uncommitted changes
 
         This show the combined status of the current working copy parent commit and
         the uncommitted change in the working copy itself. The status displayed
@@ -447,7 +447,7 @@
     @eh.command(b'pdiff', pdiffopts,
                 **compat.helpcategorykwargs('CATEGORY_WORKING_DIRECTORY'))
     def pdiff(ui, repo, *args, **kwargs):
-        """show diff combining committed and uncommited changes
+        """show diff combining committed and uncommitted changes
 
         This show the combined diff of the current working copy parent commit and
         the uncommitted change in the working copy itself. The diff displayed