# HG changeset patch # User Sushil khanchi # Date 1551904063 -19800 # Node ID 9e2ee7dc5e34a3b46be9ee1e1270509afc2874eb # Parent 7d97e08d13a074f343d17095cb298ad742ed8dac evolve: fix a typo from directory to dirty diff -r 7d97e08d13a0 -r 9e2ee7dc5e34 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