Original Ask
- Allow searching by particular paths (git, hg, svn) within a repository.
From https://github.com/facebook/phabricator/issues/562
- Allow searching by particular branches (git, hg) within a repository.
Implementation
- Repository select ui
- Some javascript to automagically update form relative to featureset (i.e. svn doesn't have branches)
- path select ui
- branch select ui
- DiffusionCommitQuery will need some tweaks to support paths and branchs