A recent change to git (031e2f7ae195) made it an error to not specify a strategy
(--rebase, --no-rebase, --ff-only), instead of just the warning it was
previously. As far as I can tell, --no-rebase is the behavior we were getting
before, and the only one that makes the test work.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGfd3d4b7f8e62: tests: fix test-convert-git to work w/ "git pull" requiring strategy
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.