I am just trying out Pkg(3), and I am somewhat confused because I expected this to work:
julia> VERSION
v"0.7.0-alpha.20"
(v0.7) pkg> up
Resolving package versions...
(v0.7) pkg> add Revise
ERROR: The following package names could not be resolved:
* Revise (not found in project, manifest or registry)
Please specify by known `name=uuid`.
since Revise is in Uncurated. What am I missing?