aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Unused.hs
Commit message (Collapse)AuthorAge
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
| | | | | | | | | | | This fixed one bug where it needed to be and wasn't (in Assistant.Unused). And also found one place where lockContent was used unnecessarily (by drop --from remote). A few other places like uninit probably don't really need to lockContent, but it doesn't hurt to do call it anyway. This commit was sponsored by David Wagner.
* add webapp UI to manage unused filesGravatar Joey Hess2014-01-23