Mercurial > evolve
changeset 4427:9e2ee7dc5e34 stable
evolve: fix a typo from directory to dirty
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Thu, 07 Mar 2019 01:57:43 +0530 |
parents | 7d97e08d13a0 |
children | fe37721aa0d9 0f2305921e4d |
files | hgext3rd/evolve/evolvecmd.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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