mrcrowl/vscode-hg

Revamp Operations to use a Set

Closed this issue · 1 comments

Currently, Operations in repository.ts uses bitwise AND/OR to indicate operations currently happening.
We are about to go over 32 bits, so we should change it to use a Set instead. Git extension does it that way.

@incidentist issues #25 and #49 are around this area, if you want to take a look