-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AbstractSCM: move process_merge_conflict to SCM (bug 1940876) (#191)
* test_landings: update repo_mc factory to allow parameters * test_landings: reenable git apply_patch tests (bug 1940876) * GitSCM: implement process_merge_conflicts (and generate rejects) * AbstractSCM: move process_merge_conflict to SCM (bug 1940876) * GitSCM.update_repo: use git fetch rather than pull * GitSCM.apply_patch: raise specific exceptions * GitSCM: set Git user on local clone * test: ignore denyCurrentBranch in git repo fixture * test_landings: allow create_patch_revision to fetch normal patches by index * *SCM.apply_patch: add suffix to temporary files * tests: don't rstrip diff fixtures (git requires a trailing newline) * test_git: initialise test_repo with seed patch * tests: add git_repo to landings tests * test_landings: add repo_mc parametrable factory * test-landings: add hg_repo_mc fixture * conftest: dos2unix conversion Co-authored-by: Connor Sheehan <[email protected]> Co-authored-by: Zeid <[email protected]>
- Loading branch information
1 parent
d780a9e
commit 6d0ff8b
Showing
6 changed files
with
225 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.