Introduce "rm <repo>" command
Review Request #2421 — Created April 4, 2023 and submitted — Latest diff uploaded
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
access/access.go |
---|
access/hgweb.go |
---|
hg/parser.go |
---|
setup/resources/policy.csv.template |
---|
ssh/commands/commands.go |
---|
ssh/commands/rm.go |
---|