hgext/convert/__init__.py
changeset 32755 3a57bfd369d4
parent 32337 46ba2cdda476
child 33388 0823f0983eaa
--- a/hgext/convert/__init__.py	Thu Jun 08 00:51:46 2017 +0530
+++ b/hgext/convert/__init__.py	Sat Jun 10 02:20:14 2017 -0400
@@ -181,8 +181,8 @@
 
     where "original_branch_name" is the name of the branch in the
     source repository, and "new_branch_name" is the name of the branch
-    is the destination repository. No whitespace is allowed in the
-    branch names. This can be used to (for instance) move code in one
+    is the destination repository. No whitespace is allowed in the new
+    branch name. This can be used to (for instance) move code in one
     repository from "default" to a named branch.
 
     Mercurial Source