Ref T4327. Moves us one small step forward toward testable change parsers by separating out this unrelated logic from the PullLocal daemon. We will also probably want to run this logic so we can do remote path lookups to limit the role of Arcanist Projects in the future, which is why I made the URI type (here, only "git") a parameter rather than calling this a GitURINormalizer or something.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T4327: Problems trying to import project
- Commits
- Restricted Diffusion Commit
rP0ac58d7db6c5: Move repository URI normalization out of PullLocalDaemon
- Ran unit tests.
- Ran repository discover on a correctly-configured remote repository.
- Ran repository discover on an incorrectly-configured remote, got an error message.
Diff Detail
Diff Detail
- Branch
- xparser1
- Lint
Lint Passed - Unit
Tests Passed