1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/repository/management
epriestley ca31e3e84b Add a --repair flag to "bin/repository discover"
Summary:
If a repository is missing commits because they mysteriously vanished, there's no reasonable way to get them back right now. Provide a way to ignore the state in the database and rediscover the entire repository unconditionally.

We don't queue any reparses or anything, but when I move reparse into this script we can hook things up or something. This generally shouldn't be too important anyway.

Test Plan: Ran `repository discover --repair` on Phabricator.

Reviewers: jungejason, nh, vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D2850
2012-06-25 12:35:47 -07:00
..
PhabricatorRepositoryManagementDiscoverWorkflow.php Add a --repair flag to "bin/repository discover" 2012-06-25 12:35:47 -07:00
PhabricatorRepositoryManagementListWorkflow.php Introduce "bin/repository" for repository management 2012-06-25 12:35:37 -07:00
PhabricatorRepositoryManagementPullWorkflow.php Introduce "bin/repository" for repository management 2012-06-25 12:35:37 -07:00
PhabricatorRepositoryManagementWorkflow.php Introduce "bin/repository" for repository management 2012-06-25 12:35:37 -07:00