- Commits:
-
Summary ID Author e4ec45f3be5bd3a8cf4ac8d6649607d0de72fb04 Andre Klitzing 2688cf6ddf102d6e16ac598a1f9fe4537c3d86e2 Andre Klitzing
Introduce "rm <repo>" command
Review Request #2421 — Created April 4, 2023 and submitted
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
Summary | ID | Author |
---|---|---|
89d1b71af78fde1f6f70f48912d802610b7a15fb | Andre Klitzing |
- Commits:
-
Summary ID Author 2688cf6ddf102d6e16ac598a1f9fe4537c3d86e2 Andre Klitzing 72d08f29fe735d5bfaa7dd27b0c6919c0ac556e5 Andre Klitzing
- Bugs:
-
-
I'm not sure I like this being enabled by default as it'd be super easy to accidentally remove the wrong repo with a typo. I think I'd much rather see a command line flag or something that enables this as a feature.
I'm also not really a fan of adding another access level. That said, I think using the
init
level for now is probably fine with the intent to rename that (with backwards compatibility) toadmin
.Thoughts?
- Commits:
-
Summary ID Author 72d08f29fe735d5bfaa7dd27b0c6919c0ac556e5 Andre Klitzing e15b2f8de24eb0402f380196c5a34737ee2e8196 Andre Klitzing