author | Sushil khanchi <sushilkhanchi97@gmail.com> |
Thu, 07 Mar 2019 01:57:43 +0530 | |
branch | stable |
changeset 4427 | 9e2ee7dc5e34 |
parent 4426 | 7d97e08d13a0 |
child 4428 | fe37721aa0d9 |
child 4445 | 0f2305921e4d |
--- 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