grim/hgkeeper

Introduce "rm <repo>" command

12 months ago, aklitzing
7485b844616f
Introduce "rm " command

It is possible to create a new repository with "hg init" but it is not possible
to remove any repositories. So let's use "ssh command" to allow this.

$ ssh hg.host.com rm repoName

Bugs closed: HGKEEPER-25

Reviewed at https://reviews.imfreedom.org/r/2421/
Gary Kramlich <grim@reaperworld.com>
Wagner Riffel <wgrriffel@gmail.com>
André Klitzing <aklitzing@gmail.com>