checked getKeysPresent; it's ok for v6 unlocked files

When a v6 unlocked files is removed from the work tree,
unused doesn't show it. When it gets removed from the index,
unused does show it. This is the same as a locked file.
This commit is contained in:
Joey Hess 2015-12-11 16:12:42 -04:00
parent e7183d83d3
commit 1dad3af3fc
Failed to extract signature
2 changed files with 3 additions and 4 deletions

View file

@ -345,7 +345,6 @@ files to be unlocked, while the indirect upgrades don't touch the files.
when pushing changes committed in such a repo. Ideally, should avoid
committing implicit unlocks, or should prevent such commits leaking out
in pushes.
* getKeysPresent needs to check if object file is modified
----