Mercurial > hg
diff mercurial/__init__.py @ 33082:f9e50ee4c52b
merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove()
The code inside workingfilectx.remove() is a straight call to
repo.wvfs.unlinkpath, so this should be a no-op.
author | Phil Cohen <phillco@fb.com> |
---|---|
date | Sun, 25 Jun 2017 16:58:26 -0700 |
parents | 942051a29fb6 |
children | 5d0c0c8d2929 |