Open
Bug 1302000
Opened 9 years ago
Updated 8 years ago
Allow redirecting personal repositories
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
NEW
People
(Reporter: xidorn, Unassigned)
Details
It would be great if personal repositories hosted on hg.mozilla.org can be marked renamed or moved to another account.
Comment 1•9 years ago
|
||
Renaming is doable. Moving to another account is more difficult because of permissions, spoofing, etc. Although user repos are level 1 by default and anyone can push to anyone's level 1 user repo. So moving a repo into another's user namespace is on par with what we allow today. That doesn't excuse the behavior, however.
FWIW, you can emulate renaming by creating a new repo that is a clone of an existing user repo and then deleting the original one.
You need to log in
before you can comment on or make changes to this bug.
Description
•