context.status: avoid de- and reconstructing status tuple
We can just modify the status tuple we got from dirstate.status() instead of deconstructing it and constructing a new instance, thereby simplifying the code a little.
Loading
Please register or sign in to comment