Introduce "rm <repo>" command

Review Request #2421 — Created April 4, 2023 and submitted — Latest diff uploaded

Information

grim/hgkeeper
default

Reviewers

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

 

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5

Commits

First Last Summary ID Author
Introduce "rm <repo>" 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
2688cf6ddf102d6e16ac598a1f9fe4537c3d86e2 Andre Klitzing
access/access.go
access/hgweb.go
hg/parser.go
setup/resources/policy.csv.template
ssh/commands/commands.go
ssh/commands/rm.go
Loading...