evolve: fix a typo from directory to dirty stable
authorSushil khanchi <sushilkhanchi97@gmail.com>
Thu, 07 Mar 2019 01:57:43 +0530
branchstable
changeset 4427 9e2ee7dc5e34
parent 4426 7d97e08d13a0
child 4428 fe37721aa0d9
child 4445 0f2305921e4d
evolve: fix a typo from directory to dirty
hgext3rd/evolve/evolvecmd.py
--- a/hgext3rd/evolve/evolvecmd.py	Thu Mar 07 01:47:14 2019 +0530
+++ b/hgext3rd/evolve/evolvecmd.py	Thu Mar 07 01:57:43 2019 +0530
@@ -589,7 +589,7 @@
 
 def dirstatedance(repo, oldparent, newparent, match):
     """utility function to fix the dirstate when we change parents from
-    oldparent to newparent with a directory working directory using
+    oldparent to newparent with a dirty working directory using
     repo.dirstate.setparents()
 
     Lets refer oldparent as Pold