Mercurial > hg > mercurial-source
changeset 21718:bc773e9505e3
workingctx: duplicate status list received at _poststatus hook
basectx.status may reorder the list after workingctx._poststatus is called,
so workingctx must copy it. Otherwise, wctx.deleted() would return "unknown"
files, for example.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 31 May 2014 21:21:06 +0900 |
parents | 2a095d3442e0 |
children | 28ecdf3fa1db |
files | mercurial/context.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff