summaryrefslogtreecommitdiff
path: root/src/rebar_prv_unlock.erl
Commit message (Collapse)AuthorAgeFilesLines
* fix bareness issuesFred Hebert2015-05-311-1/+1
| | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden.
* fix usage string in rebar_prv_unlockStefan Grundmann2015-05-151-1/+1
|
* Add support for an unlock commandFred Hebert2015-04-181-0/+84
Allows to remove entries from the lock file, or the lock file as a whole.