(minor) clarify that D only works on wild repos

This commit is contained in:
Sitaram Chamarty 2012-10-10 13:43:17 +05:30
parent 896ada58c0
commit 3eefc06551

View file

@ -18,7 +18,8 @@
# Usage: ssh git@host D <subcommand> <argument> # Usage: ssh git@host D <subcommand> <argument>
# #
# The whimsically named "D" command deletes repos ("D" is a counterpart to the # The whimsically named "D" command deletes repos ("D" is a counterpart to the
# "C" permission which lets you create repos!) # "C" permission which lets you create repos. Which also means that, just
# like "C", it only works for wild repos).
# #
# There are two kinds of deletions: 'rm' removes a repo completely, while # There are two kinds of deletions: 'rm' removes a repo completely, while
# 'trash' moves it to a trashcan which can be recovered later (upto a time # 'trash' moves it to a trashcan which can be recovered later (upto a time